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

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

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

Methods in ch.mimo.netty.handler.codec.icap that return IcapMessageElementEnum
 IcapMessageElementEnum Encapsulated.containsBodyEntry()
          Gets whether the message contains a body entity.
static IcapMessageElementEnum IcapMessageElementEnum.fromString(String value)
           
 IcapMessageElementEnum IcapMessage.getBodyType()
           
 IcapMessageElementEnum AbstractIcapMessage.getBodyType()
           
 IcapMessageElementEnum Encapsulated.getNextEntry()
          Iterator method.
static IcapMessageElementEnum IcapMessageElementEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IcapMessageElementEnum[] IcapMessageElementEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ch.mimo.netty.handler.codec.icap with parameters of type IcapMessageElementEnum
 void Encapsulated.addEntry(IcapMessageElementEnum name, int position)
          Sets an entry with it's corresponding position.
 boolean Encapsulated.containsEntry(IcapMessageElementEnum entity)
          Gets whether a given entry exists in the header value.
 IcapMessage IcapMessage.setBody(IcapMessageElementEnum body)
          Sets the indication that this icap message contains a body of some kind.
 IcapMessage AbstractIcapMessage.setBody(IcapMessageElementEnum body)
           
 void Encapsulated.setEntryAsProcessed(IcapMessageElementEnum entryName)
          reports that a given entry was processed and that the @see Encapsulated#getNextEntry() can now return the next entry in line or null if no more are present.
 



Copyright © 2011. All Rights Reserved.