|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Protocol | |
|---|---|
| org.glassfish.grizzly.http | |
| Uses of Protocol in org.glassfish.grizzly.http |
|---|
| Fields in org.glassfish.grizzly.http declared as Protocol | |
|---|---|
protected Protocol |
HttpHeader.parsedProtocol
|
| Methods in org.glassfish.grizzly.http that return Protocol | |
|---|---|
Protocol |
HttpHeader.getProtocol()
Get HTTP protocol version. |
static Protocol |
Protocol.parseDataChunk(DataChunk protocolC)
Deprecated. pls. use valueOf(org.glassfish.grizzly.http.util.DataChunk). |
static Protocol |
Protocol.valueOf(DataChunk protocolC)
|
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.glassfish.grizzly.http with parameters of type Protocol | |
|---|---|
T |
HttpHeader.Builder.protocol(Protocol protocol)
Set the HTTP message protocol version. |
void |
HttpHeader.setProtocol(Protocol protocol)
Set the HTTP message protocol version. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||