com.sshtools.j2ssh.net
Class HttpResponse

java.lang.Object
  extended by com.sshtools.j2ssh.net.HttpHeader
      extended by com.sshtools.j2ssh.net.HttpResponse

public class HttpResponse
extends HttpHeader

Version:
$Revision: 1.13 $
Author:
$author$

Field Summary
 
Fields inherited from class com.sshtools.j2ssh.net.HttpHeader
begin, white_SPACE
 
Constructor Summary
HttpResponse(java.io.InputStream input)
          Creates a new HttpResponse object.
 
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.j2ssh.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
Creates a new HttpResponse object.

Parameters:
input -
Throws:
java.io.IOException
Method Detail

getVersion

public java.lang.String getVersion()
Returns:

getStatus

public int getStatus()
Returns:

getReason

public java.lang.String getReason()
Returns:

getAuthenticationMethod

public java.lang.String getAuthenticationMethod()
Returns:

getAuthenticationRealm

public java.lang.String getAuthenticationRealm()
Returns:


Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.