public class HttpResponse extends HttpHeader
begin, white_SPACE| Constructor and Description |
|---|
HttpResponse(java.io.InputStream input)
Creates a new HttpResponse object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthenticationMethod() |
java.lang.String |
getAuthenticationRealm() |
java.lang.String |
getReason() |
int |
getStatus() |
java.lang.String |
getVersion() |
getHeaderField, getHeaderFieldNames, getHeaderFields, getStartLine, processHeaderFields, readLine, setHeaderField, toStringpublic HttpResponse(java.io.InputStream input)
throws java.io.IOException
input - java.io.IOExceptionpublic java.lang.String getVersion()
public int getStatus()
public java.lang.String getReason()
public java.lang.String getAuthenticationMethod()
public java.lang.String getAuthenticationRealm()
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.