public class HttpResponse extends HttpHeader
begin, white_SPACE| Constructor and Description |
|---|
HttpResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthenticationMethod() |
java.lang.String |
getAuthenticationRealm() |
java.lang.String |
getReason() |
int |
getStatus() |
java.lang.String |
getVersion() |
void |
process(java.nio.ByteBuffer input) |
getHeaderField, getHeaderFieldNames, getHeaderFields, getStartLine, processHeaderFields, readLine, setHeaderField, toStringpublic HttpResponse()
throws java.io.IOException
java.io.IOExceptionpublic void process(java.nio.ByteBuffer input)
throws java.io.IOException
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 © 2022. All rights reserved.