Uses of Class
com.monoserv.http.exceptions.InvalidHTTPResponseCode

Packages that use InvalidHTTPResponseCode
com.monoserv.http   
 

Uses of InvalidHTTPResponseCode in com.monoserv.http
 

Methods in com.monoserv.http that throw InvalidHTTPResponseCode
static java.lang.String HttpResponse.GetHTTPText(int code)
          Returns a text based description of the HTTP code based on the supplied integer.
static java.lang.String HttpResponse.GetHTTPText(int code)
          Returns a text based description of the HTTP code based on the supplied integer.
 java.lang.String HttpResponse.getStatusLine()
          Returns the status line for the HTTP response.
 java.lang.String HttpResponse.getStatusLine()
          Returns the status line for the HTTP response.