Package com.buildforge.services.client.api

The client-side classes for communication with the Services Layer Server.

See:
          Description

Class Summary
APIClientBuffer This class wraps a socket channel with the IBufferedConnection interface so that it can be used by the API protocol.
APIClientConnection This class implements the basic interaction of an API client with the underlying connection.
SecureAPIClientBuffer This class wraps a socket channel with the IBufferedConnection interface using the client-side of an SSLEngine so that it can be used by the API protocol for secure client/server communications.
SecureAPIClientConnection This is a secured subclass of the APIClientConnection class that utilizes SSL to encrypt communications between an API client and the server.
 

Package com.buildforge.services.client.api Description

The client-side classes for communication with the Services Layer Server.