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

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

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

Methods in ch.mimo.netty.handler.codec.icap that return IcapResponseStatus
static IcapResponseStatus IcapResponseStatus.fromCode(String code)
           
 IcapResponseStatus IcapResponse.getStatus()
          Gets the response status for this message.
 IcapResponseStatus DefaultIcapResponse.getStatus()
           
static IcapResponseStatus IcapResponseStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IcapResponseStatus[] IcapResponseStatus.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 IcapResponseStatus
 void IcapResponse.setStatus(IcapResponseStatus status)
          Sets the response status
 void DefaultIcapResponse.setStatus(IcapResponseStatus status)
           
 

Constructors in ch.mimo.netty.handler.codec.icap with parameters of type IcapResponseStatus
DefaultIcapResponse(IcapVersion version, IcapResponseStatus status)
          Will create an instance of IcapResponse.
 



Copyright © 2011. All Rights Reserved.