Uses of Class
org.apache.ignite.internal.processors.rest.protocols.tcp.GridClientPacketType
-
Packages that use GridClientPacketType Package Description org.apache.ignite.internal.processors.rest.protocols.tcp Adapters for TCP-based REST protocols. -
-
Uses of GridClientPacketType in org.apache.ignite.internal.processors.rest.protocols.tcp
Methods in org.apache.ignite.internal.processors.rest.protocols.tcp that return GridClientPacketType Modifier and Type Method Description GridClientPacketTypeGridTcpRestParser.ParserState. packetType()static GridClientPacketTypeGridClientPacketType. 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.Methods in org.apache.ignite.internal.processors.rest.protocols.tcp with parameters of type GridClientPacketType Modifier and Type Method Description voidGridTcpRestParser.ParserState. packetType(GridClientPacketType packetType)
-