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 classICAPResponse.ResponseHeader
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainHeaderValue(String header, String content)StringgetHeader(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()intgetIntegerHeader(String header)StringgetMessage()StringgetProtocol()ICAPResponse.ResponseHeadergetResponseHeader()intgetStatus()StringgetVersion()StringrecoverStatusLine()StringtoString()
-
-
-
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()
-
-