|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sshtools.j2ssh.net.HttpHeader
com.sshtools.j2ssh.net.HttpResponse
public class HttpResponse
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 |
---|
public HttpResponse(java.io.InputStream input) throws java.io.IOException
input
-
java.io.IOException
Method Detail |
---|
public java.lang.String getVersion()
public int getStatus()
public java.lang.String getReason()
public java.lang.String getAuthenticationMethod()
public java.lang.String getAuthenticationRealm()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |