Uses of Class
org.apache.ignite.internal.processors.rest.protocols.tcp.GridTcpRestParser.ParserState
-
Packages that use GridTcpRestParser.ParserState Package Description org.apache.ignite.internal.processors.rest.protocols.tcp Adapters for TCP-based REST protocols. -
-
Uses of GridTcpRestParser.ParserState in org.apache.ignite.internal.processors.rest.protocols.tcp
Methods in org.apache.ignite.internal.processors.rest.protocols.tcp with parameters of type GridTcpRestParser.ParserState Modifier and Type Method Description protected GridClientMessageGridTcpRestParser. parseClientMessage(GridNioSession ses, GridTcpRestParser.ParserState state)ParsesGridClientMessagefrom raw bytes.
-