com.sshtools.net
Class HttpResponse

java.lang.Object
  extended bycom.sshtools.net.HttpHeader
      extended bycom.sshtools.net.HttpResponse

public class HttpResponse
extends HttpHeader


Field Summary
 
Fields inherited from class com.sshtools.net.HttpHeader
begin, white_SPACE
 
Constructor Summary
HttpResponse(java.io.InputStream input)
           
 
Method Summary
 java.lang.String getAuthenticationMethod()
           
 java.lang.String getAuthenticationRealm()
           
 java.lang.String getReason()
           
 int getStatus()
           
 java.lang.String getVersion()
           
 
Methods inherited from class com.sshtools.net.HttpHeader
getHeaderField, getHeaderFieldNames, getHeaderFields, getStartLine, processHeaderFields, readLine, setHeaderField, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpResponse

public HttpResponse(java.io.InputStream input)
             throws java.io.IOException
Method Detail

getVersion

public java.lang.String getVersion()

getStatus

public int getStatus()

getReason

public java.lang.String getReason()

getAuthenticationMethod

public java.lang.String getAuthenticationMethod()

getAuthenticationRealm

public java.lang.String getAuthenticationRealm()


Copyright © 2003 3SP LTD. All Rights Reserved.