Package com.sshtools.j2ssh.net
Class HttpResponse
- java.lang.Object
-
- com.sshtools.j2ssh.net.HttpHeader
-
- 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
Constructors Constructor Description HttpResponse(java.io.InputStream input)
Creates a new HttpResponse object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
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:
-
-