Package | Description |
---|---|
org.apache.mina.http |
Modifier and Type | Method and Description |
---|---|
DecoderState |
HttpDecoderState.getState() |
static DecoderState |
DecoderState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecoderState[] |
DecoderState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpDecoderState.setState(DecoderState state) |
Copyright © 2009–2013 Apache MINA Project. All rights reserved.