ch.mimo.netty.handler.codec.icap
Class IcapMethod

java.lang.Object
  extended by ch.mimo.netty.handler.codec.icap.IcapMethod

public final class IcapMethod
extends Object

ICAP methods that are valid to use in messages.

Author:
Michael Mimo Moratti (mimo@mimo.ch)

Field Summary
static IcapMethod OPTIONS
          learn about configuration
static IcapMethod REQMOD
          Request Modification
static IcapMethod RESPMOD
          Response Modification
 
Method Summary
 String toString()
           
static IcapMethod valueOf(String name)
          Returns the IcapMethod represented by the specified name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REQMOD

public static final IcapMethod REQMOD
Request Modification


RESPMOD

public static final IcapMethod RESPMOD
Response Modification


OPTIONS

public static final IcapMethod OPTIONS
learn about configuration

Method Detail

valueOf

public static IcapMethod valueOf(String name)
Returns the IcapMethod represented by the specified name. If the specified name is a standard RTSP method name, a cached instance will be returned. Otherwise, a new instance will be returned.


toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.