com.sshtools.j2ssh.net

Class 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(InputStream input)
Creates a new HttpResponse object.

Method Summary

String
getAuthenticationMethod()
String
getAuthenticationRealm()
String
getReason()
int
getStatus()
String
getVersion()

Methods inherited from class com.sshtools.j2ssh.net.HttpHeader

getHeaderField, getHeaderFieldNames, getHeaderFields, getStartLine, processHeaderFields, readLine, setHeaderField, toString

Constructor Details

HttpResponse

public HttpResponse(InputStream input)
            throws IOException
Creates a new HttpResponse object.
Parameters:
input -

Method Details

getAuthenticationMethod

public String getAuthenticationMethod()
Returns:

getAuthenticationRealm

public String getAuthenticationRealm()
Returns:

getReason

public String getReason()
Returns:

getStatus

public int getStatus()
Returns:

getVersion

public String getVersion()
Returns:

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