Uses of Class
org.apache.ignite.internal.util.nio.ssl.GridSslMeta
-
Packages that use GridSslMeta Package Description org.apache.ignite.spi.communication.tcp.internal Contains connection health-checkers for TCP/IP-based implementation of communication SPI. -
-
Uses of GridSslMeta in org.apache.ignite.spi.communication.tcp.internal
Methods in org.apache.ignite.spi.communication.tcp.internal with parameters of type GridSslMeta Modifier and Type Method Description longTcpHandshakeExecutor. tcpHandshake(SocketChannel ch, UUID rmtNodeId, GridSslMeta sslMeta, HandshakeMessage msg)Establish the first connection to the node and receive connection recovery information.
-