|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IcapMethod | |
---|---|
ch.mimo.netty.handler.codec.icap | JBoss Netty ICAP Codec. |
Uses of IcapMethod in ch.mimo.netty.handler.codec.icap |
---|
Fields in ch.mimo.netty.handler.codec.icap declared as IcapMethod | |
---|---|
static IcapMethod |
IcapMethod.OPTIONS
learn about configuration |
static IcapMethod |
IcapMethod.REQMOD
Request Modification |
static IcapMethod |
IcapMethod.RESPMOD
Response Modification |
Methods in ch.mimo.netty.handler.codec.icap that return IcapMethod | |
---|---|
IcapMethod |
IcapRequest.getMethod()
|
IcapMethod |
DefaultIcapRequest.getMethod()
|
static IcapMethod |
IcapMethod.valueOf(String name)
Returns the IcapMethod represented by the specified name. |
Methods in ch.mimo.netty.handler.codec.icap with parameters of type IcapMethod | |
---|---|
IcapMessage |
IcapRequest.setMethod(IcapMethod method)
Sets the operation method for this icap request. |
IcapMessage |
DefaultIcapRequest.setMethod(IcapMethod method)
|
Constructors in ch.mimo.netty.handler.codec.icap with parameters of type IcapMethod | |
---|---|
DefaultIcapRequest(IcapVersion icapVersion,
IcapMethod method,
String uri,
String host)
This will create an initial icap request with all necessary details. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |