Package com.buildforge.services.common.io

Network layer abstractions used by the protocol implementations.

See:
          Description

Interface Summary
IBufferedConnection This functionality must be provided by the underlying communication layer in order to attach the API protocol to it.
IBufferedConnectionCallback This interface is used by classes which need to be notified when there is new activity on a buffered connection.
 

Class Summary
BufferedConnectionReader Wraps the IBufferedConnection in a Reader so that protocol implementations which need one can access the data stream.
 

Package com.buildforge.services.common.io Description

Network layer abstractions used by the protocol implementations.