Uses of Class
org.apache.ignite.internal.processors.rest.protocols.tcp.GridTcpRestProtocol
-
Packages that use GridTcpRestProtocol Package Description org.apache.ignite.internal.processors.rest.protocols.tcp Adapters for TCP-based REST protocols. -
-
Uses of GridTcpRestProtocol in org.apache.ignite.internal.processors.rest.protocols.tcp
Constructors in org.apache.ignite.internal.processors.rest.protocols.tcp with parameters of type GridTcpRestProtocol Constructor Description GridTcpRestNioListener(IgniteLogger log, GridTcpRestProtocol proto, GridRestProtocolHandler hnd, GridKernalContext ctx)Creates listener which will convert incoming tcp packets to rest requests and forward them to a given rest handler.
-