Package com.sshtools.j2ssh.net
Class HttpResponse
java.lang.Object
com.sshtools.j2ssh.net.HttpHeader
com.sshtools.j2ssh.net.HttpResponse
- Version:
- $Revision: 1.13 $
- Author:
- $author$
-
Field Summary
Fields inherited from class com.sshtools.j2ssh.net.HttpHeader
begin, white_SPACE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Methods inherited from class com.sshtools.j2ssh.net.HttpHeader
getHeaderField, getHeaderFieldNames, getHeaderFields, getStartLine, processHeaderFields, readLine, setHeaderField, toString
-
Constructor Details
-
HttpResponse
Creates a new HttpResponse object.- Parameters:
input
-- Throws:
IOException
-
-
Method Details
-
getVersion
- Returns:
-
getStatus
public int getStatus()- Returns:
-
getReason
- Returns:
-
getAuthenticationMethod
- Returns:
-
getAuthenticationRealm
- Returns:
-