Uses of Class
ch.mimo.netty.handler.codec.icap.IcapVersion

Packages that use IcapVersion
ch.mimo.netty.handler.codec.icap JBoss Netty ICAP Codec. 
 

Uses of IcapVersion in ch.mimo.netty.handler.codec.icap
 

Fields in ch.mimo.netty.handler.codec.icap declared as IcapVersion
static IcapVersion IcapVersion.ICAP_1_0
           
 

Methods in ch.mimo.netty.handler.codec.icap that return IcapVersion
 IcapVersion IcapMessage.getProtocolVersion()
           
 IcapVersion AbstractIcapMessage.getProtocolVersion()
           
static IcapVersion IcapVersion.valueOf(String text)
          Returns an existing or new HttpVersion instance which matches to the specified RTSP version string.
 

Methods in ch.mimo.netty.handler.codec.icap with parameters of type IcapVersion
 IcapMessage IcapMessage.setProtocolVersion(IcapVersion version)
          Sets the protocol version of this message.
 IcapMessage AbstractIcapMessage.setProtocolVersion(IcapVersion version)
           
 

Constructors in ch.mimo.netty.handler.codec.icap with parameters of type IcapVersion
AbstractIcapMessage(IcapVersion version)
           
DefaultIcapRequest(IcapVersion icapVersion, IcapMethod method, String uri, String host)
          This will create an initial icap request with all necessary details.
DefaultIcapResponse(IcapVersion version, IcapResponseStatus status)
          Will create an instance of IcapResponse.
 



Copyright © 2011. All Rights Reserved.