|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IcapRequest
Defines a ICAP Request.
IcapMessage,
DefaultIcapRequest| Method Summary | |
|---|---|
IcapMethod |
getMethod()
|
String |
getUri()
|
IcapMessage |
setMethod(IcapMethod method)
Sets the operation method for this icap request. |
IcapMessage |
setUri(String uri)
Sets the operations uri. |
| Methods inherited from interface ch.mimo.netty.handler.codec.icap.IcapMessage |
|---|
addHeader, clearHeaders, containsHeader, containsHttpRequest, containsHttpResponse, getBodyType, getEncapsulatedHeader, getHeader, getHeaderNames, getHeaders, getHeaders, getHttpRequest, getHttpResponse, getPreviewAmount, getProtocolVersion, isPreviewMessage, removeHeader, setBody, setEncapsulatedHeader, setHeader, setHeader, setHttpRequest, setHttpResponse, setProtocolVersion |
| Method Detail |
|---|
IcapMessage setMethod(IcapMethod method)
method - the @see HttpMethod provided by @see IcapMethod
IcapMethod getMethod()
IcapMessage setUri(String uri)
uri -
String getUri()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||