|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sshtools.net.HttpHeader
com.sshtools.net.HttpResponse
public class HttpResponse
Utility class to process HTTP responses.
| Field Summary |
|---|
| Fields inherited from class com.sshtools.net.HttpHeader |
|---|
begin, white_SPACE |
| Constructor Summary | |
|---|---|
HttpResponse(InputStream input)
|
|
| Method Summary | |
|---|---|
String |
getAuthenticationMethod()
|
String |
getAuthenticationRealm()
|
String |
getReason()
|
int |
getStatus()
|
String |
getVersion()
|
| Methods inherited from class com.sshtools.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(InputStream input)
throws IOException
IOException| Method Detail |
|---|
public String getVersion()
public int getStatus()
public String getReason()
public String getAuthenticationMethod()
public String getAuthenticationRealm()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||