|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.mimo.netty.handler.codec.icap.IcapMethod
public final class IcapMethod
ICAP methods that are valid to use in messages.
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 |
---|
public static final IcapMethod REQMOD
public static final IcapMethod RESPMOD
public static final IcapMethod OPTIONS
Method Detail |
---|
public static IcapMethod valueOf(String name)
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.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |