| Package | Description |
|---|---|
| org.gridgain.grid.spi.communication.tcp |
Contains default TCP/IP-based implementation for communication SPI.
|
| org.gridgain.grid.util.nio |
NIO server interfaces and common utility classes for NIO.
|
| Modifier and Type | Method and Description |
|---|---|
protected GridCommunicationClient |
GridTcpCommunicationSpi.createNioClient(GridNode node) |
protected GridCommunicationClient |
GridTcpCommunicationSpi.createShmemClient(GridNode node,
Integer port) |
protected GridCommunicationClient |
GridTcpCommunicationSpi.createTcpClient(GridNode node)
Establish TCP connection to remote node and returns client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridAbstractCommunicationClient
Implements basic lifecycle for communication clients.
|
class |
GridShmemCommunicationClient |
class |
GridTcpCommunicationClient
Grid client for NIO server.
|
class |
GridTcpNioCommunicationClient
Grid client for NIO server.
|
Copyright © 2014. All rights reserved.