com.sas.services.webdav
Class WebDAVStatus
com.sas.services.webdav.WebDAVStatus
public final class WebDAVStatus
Map keyed by the HTTP status code to its text message.
- Since:
- 9.4m8
WebDAVStatus
public WebDAVStatus()
getStatusText
public static java.lang.String getStatusText(int httpStatusCode)
- Gets the status text for the specified HTTP status code.
- Parameters:
httpStatusCode - HTTP status code.
- Returns:
- Status text or
null if no text is available for the specified HTTP status code.
Copyright © 2009 SAS Institute Inc. All Rights Reserved.