Uses of Interface
org.apache.ignite.internal.processors.rest.GridRestProtocol
-
Packages that use GridRestProtocol Package Description org.apache.ignite.internal.processors.rest.protocols REST protocol handlers.org.apache.ignite.internal.processors.rest.protocols.tcp Adapters for TCP-based REST protocols. -
-
Uses of GridRestProtocol in org.apache.ignite.internal.processors.rest.protocols
Classes in org.apache.ignite.internal.processors.rest.protocols that implement GridRestProtocol Modifier and Type Class Description classGridRestProtocolAdapterAbstract protocol adapter. -
Uses of GridRestProtocol in org.apache.ignite.internal.processors.rest.protocols.tcp
Classes in org.apache.ignite.internal.processors.rest.protocols.tcp that implement GridRestProtocol Modifier and Type Class Description classGridTcpRestProtocolTCP binary protocol implementation.
-