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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    getStatusText(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 null if no text is available for the specified HTTP status code.