| Package | Description |
|---|---|
| org.gridgain.grid.spi.communication |
Contains APIs for grid communication SPI.
|
| 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 |
|---|---|
void |
GridCommunicationListener.onMessage(UUID nodeId,
T msg,
GridRunnable msgC)
NOTE:
GridCommunicationSpi should ignore very first 4 bytes received from
sender node and pass the rest of the received message to the listener. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridTcpCommunicationSpi.notifyListener(UUID sndId,
GridTcpCommunicationMessageAdapter msg,
GridRunnable msgC) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridNioMessageTracker
Message tracker.
|
Copyright © 2014. All rights reserved.