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

Constructor Summary
WebDAVStatus()
           
 
Method Summary
static java.lang.String getStatusText(int httpStatusCode)
          Gets the status text for the specified HTTP status code.
 

Constructor Detail

WebDAVStatus

public WebDAVStatus()
Method Detail

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.