public enum HandlerNames extends java.lang.Enum<HandlerNames>
| Enum Constant and Description |
|---|
ClientChannelActiveBufferingHandler |
ClientReadTimeoutHandler |
SslConnectionEmissionHandler |
SslHandler |
WireLogging |
WriteTransformer |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
static HandlerNames |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HandlerNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HandlerNames SslHandler
public static final HandlerNames SslConnectionEmissionHandler
public static final HandlerNames WireLogging
public static final HandlerNames WriteTransformer
public static final HandlerNames ClientReadTimeoutHandler
public static final HandlerNames ClientChannelActiveBufferingHandler
public static HandlerNames[] values()
for (HandlerNames c : HandlerNames.values()) System.out.println(c);
public static HandlerNames valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()