Class GridClientConnection

  • Direct Known Subclasses:
    GridClientNioTcpConnection

    public abstract class GridClientConnection
    extends Object
    Facade for all possible network communications between client and server. Introduced to hide protocol implementation (TCP, HTTP) from client code.