| Interface | Description |
|---|---|
| GridClientConnectionManager |
Common interface for client connection managers.
|
| Class | Description |
|---|---|
| GridClientConnection |
Facade for all possible network communications between client and server.
|
| GridClientConnectionManagerImpl |
Cached connections manager.
|
| GridClientNioTcpConnection |
This class performs request to grid over tcp protocol.
|
| GridClientTopology |
Client topology cache.
|
| Exception | Description |
|---|---|
| GridClientConnectionResetException |
This exception is thrown when ongoing packet should be sent, but network connection is broken.
|
| GridConnectionIdleClosedException |
This exception is thrown if client was closed by idle checker thread.
|
Copyright © 2014. All rights reserved.