Uses of Interface
ch.mimo.netty.handler.codec.icap.IcapMessage

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

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

Subinterfaces of IcapMessage in ch.mimo.netty.handler.codec.icap
 interface IcapRequest
          Defines a ICAP Request.
 interface IcapResponse
          ICAP response.
 

Classes in ch.mimo.netty.handler.codec.icap that implement IcapMessage
 class AbstractIcapMessage
          This is the main Icap message implementation where all common @see DefaultIcapRequest and @see DefaultIcapResponse member are present.
 class DefaultIcapRequest
          Main Icap Request implementation.
 class DefaultIcapResponse
          Main Icap Response implementation.
 

Fields in ch.mimo.netty.handler.codec.icap declared as IcapMessage
protected  IcapMessage IcapMessageDecoder.message
           
 

Methods in ch.mimo.netty.handler.codec.icap that return IcapMessage
 IcapMessage IcapMessage.addHeader(String name, Object value)
          Adds a new header with the specified name and value.
 IcapMessage AbstractIcapMessage.addHeader(String name, Object value)
           
 IcapMessage IcapMessage.clearHeaders()
          Removes all headers from this message.
 IcapMessage AbstractIcapMessage.clearHeaders()
           
protected  IcapMessage IcapResponseDecoder.createMessage(String[] initialLine)
           
protected abstract  IcapMessage IcapMessageDecoder.createMessage(String[] initialLine)
           
 IcapMessage IcapMessage.removeHeader(String name)
          Removes the header with the specified name.
 IcapMessage AbstractIcapMessage.removeHeader(String name)
           
 IcapMessage IcapMessage.setBody(IcapMessageElementEnum body)
          Sets the indication that this icap message contains a body of some kind.
 IcapMessage AbstractIcapMessage.setBody(IcapMessageElementEnum body)
           
 IcapMessage IcapMessage.setEncapsulatedHeader(Encapsulated encapsulated)
          Sets the @see Encapsulated Encapsulation header for this message
 IcapMessage AbstractIcapMessage.setEncapsulatedHeader(Encapsulated encapsulated)
           
 IcapMessage IcapMessage.setHeader(String name, Iterable<?> values)
          Sets a new header with the specified name and values.
 IcapMessage AbstractIcapMessage.setHeader(String name, Iterable<?> values)
           
 IcapMessage IcapMessage.setHeader(String name, Object value)
          Sets a new header with the specified name and value.
 IcapMessage AbstractIcapMessage.setHeader(String name, Object value)
           
 IcapMessage IcapMessage.setHttpRequest(org.jboss.netty.handler.codec.http.HttpRequest httpRequest)
           
 IcapMessage AbstractIcapMessage.setHttpRequest(org.jboss.netty.handler.codec.http.HttpRequest httpRequest)
           
 IcapMessage IcapMessage.setHttpResponse(org.jboss.netty.handler.codec.http.HttpResponse response)
          Adds a @see HttpResponse to the Icap message.
 IcapMessage AbstractIcapMessage.setHttpResponse(org.jboss.netty.handler.codec.http.HttpResponse response)
           
 IcapMessage IcapRequest.setMethod(IcapMethod method)
          Sets the operation method for this icap request.
 IcapMessage DefaultIcapRequest.setMethod(IcapMethod method)
           
 IcapMessage IcapMessage.setProtocolVersion(IcapVersion version)
          Sets the protocol version of this message.
 IcapMessage AbstractIcapMessage.setProtocolVersion(IcapVersion version)
           
 IcapMessage IcapRequest.setUri(String uri)
          Sets the operations uri.
 IcapMessage DefaultIcapRequest.setUri(String uri)
           
 

Methods in ch.mimo.netty.handler.codec.icap with parameters of type IcapMessage
protected  int IcapResponseEncoder.encodeInitialLine(org.jboss.netty.buffer.ChannelBuffer buffer, IcapMessage message)
           
protected  int IcapRequestEncoder.encodeInitialLine(org.jboss.netty.buffer.ChannelBuffer buffer, IcapMessage message)
           
protected abstract  int IcapMessageEncoder.encodeInitialLine(org.jboss.netty.buffer.ChannelBuffer buffer, IcapMessage message)
           
static org.jboss.netty.buffer.ChannelBuffer IcapChunkAggregator.extractHttpBodyContentFromIcapMessage(IcapMessage message)
          Convenience method to retrieve a HTTP request,response or an ICAP options response body from an aggregated IcapMessage.
 



Copyright © 2011. All Rights Reserved.