| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.rest.protocols.tcp |
Adapters for TCP-based REST protocols.
|
| Modifier and Type | Method and Description |
|---|---|
GridClientPacketType |
GridTcpRestParser.ParserState.packetType() |
GridClientPacketType |
GridTcpRestDirectParser.ParserState.packetType() |
static GridClientPacketType |
GridClientPacketType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridClientPacketType[] |
GridClientPacketType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridTcpRestParser.ParserState.packetType(GridClientPacketType packetType) |
void |
GridTcpRestDirectParser.ParserState.packetType(GridClientPacketType packetType) |
Copyright © 2014. All rights reserved.