Package | Description |
---|---|
io.netty.handler.codec |
Benchmarks for
io.netty.handler.codec . |
Modifier and Type | Method and Description |
---|---|
ProtocolDetectionState |
ProtocolDetectionResult.state()
Return the
ProtocolDetectionState . |
static ProtocolDetectionState |
ProtocolDetectionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolDetectionState[] |
ProtocolDetectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2016 The Netty Project. All rights reserved.