| Modifier and Type | Method and Description |
|---|---|
CannedResponse |
ProtocolException.getCannedResponse() |
static CannedResponse |
CannedResponse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CannedResponse[] |
CannedResponse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketFrameReader.fail(CannedResponse cannedResponse,
SocketChannel failedChannel) |
void |
HttpFrameReader.fail(CannedResponse cannedResponse,
SocketChannel failedChannel) |
void |
HttpContentLengthFrameReader.fail(CannedResponse cannedResponse,
SocketChannel failedChannel) |
void |
HttpChunkedFrameReader.fail(CannedResponse cannedResponse,
SocketChannel failedChannel) |
void |
FrameReader.fail(CannedResponse cannedResponse,
SocketChannel failedChannel) |
| Constructor and Description |
|---|
ProtocolException(CannedResponse cannedResponse) |
Copyright © 2017. All rights reserved.