Package com.sas.services.webdav
Class WebDAVStatus
java.lang.Object
com.sas.services.webdav.WebDAVStatus
public final class WebDAVStatus
extends Object
Map keyed by the HTTP status code to its text message.
- Since:
- 9.4m8
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetStatusText(int httpStatusCode) Gets the status text for the specified HTTP status code.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WebDAVStatus
public WebDAVStatus()
-
-
Method Details
-
getStatusText
public static String getStatusText(int httpStatusCode) Gets the status text for the specified HTTP status code.- Parameters:
httpStatusCode- HTTP status code.- Returns:
- Status text or
nullif no text is available for the specified HTTP status code.
-