Package net.rfc3507.client
Class ICAPResponse
- java.lang.Object
-
- net.rfc3507.client.ICAPResponse
-
- All Implemented Interfaces:
Serializable
public class ICAPResponse extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ICAPResponse.ResponseHeader
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containHeaderValue(String header, String content)
String
getHeader(String header)
Map<String,List<String>>
getHeaderEntries()
Set<String>
getHeaders()
List<String>
getHeaderValues(String header)
byte[]
getHttpRawRequestBody()
byte[]
getHttpRawResponseBody()
byte[]
getHttpRequestHeader()
byte[]
getHttpResponseHeader()
byte[]
getHttpShrinkRequestBody()
byte[]
getHttpShrinkResponseBody()
int
getIntegerHeader(String header)
String
getMessage()
String
getProtocol()
ICAPResponse.ResponseHeader
getResponseHeader()
int
getStatus()
String
getVersion()
String
recoverStatusLine()
String
toString()
-
-
-
Method Detail
-
getProtocol
public String getProtocol()
-
getVersion
public String getVersion()
-
getStatus
public int getStatus()
-
getMessage
public String getMessage()
-
recoverStatusLine
public String recoverStatusLine()
-
getIntegerHeader
public int getIntegerHeader(String header)
-
getHttpRequestHeader
public byte[] getHttpRequestHeader()
-
getHttpRawRequestBody
public byte[] getHttpRawRequestBody()
-
getHttpShrinkRequestBody
public byte[] getHttpShrinkRequestBody()
-
getResponseHeader
public ICAPResponse.ResponseHeader getResponseHeader()
-
getHttpResponseHeader
public byte[] getHttpResponseHeader()
-
getHttpRawResponseBody
public byte[] getHttpRawResponseBody()
-
getHttpShrinkResponseBody
public byte[] getHttpShrinkResponseBody()
-
-