Package com.googlecode.mobilityrpc.network.impl

[private api] Implementation classes for ConnectionManager.

See:
          Description

Interface Summary
ConnectionErrorHandler An internal interface used by the framework - implemented by an object which can take some action in response to errors occurring on a connection.
ConnectionInternal An internal interface combining the public Connection interface with several internal interfaces.
ConnectionListener The public interface of an object which listens for incoming connections on an endpoint (address + port) identified by a ConnectionId.
ConnectionListenerInternal An internal interface combining the public ConnectionListener interface with several internal interfaces.
ConnectionManagerInternal An internal interface combining the public ConnectionManager interface with several internal interfaces.
ConnectionStateListener An internal interface used by the framework - implemented by an object which can be notified when connections are opened or closed.
IncomingMessageHandler An internal interface, implemented by objects which can accept and process a serialized protocol message (byte array) received from a remote machine.
MessageProvider<T> An internal interface used by the framework - implemented by objects which can provide messages, for example this can wrap a queue of messages waiting to be processed.
OutgoingMessageHandler An internal interface, implemented by objects which can accept a Java object representation of a protocol message, and submit it for serialization and sending to a remote machine.
 

Class Summary
ConnectionManagerImpl  
 

Package com.googlecode.mobilityrpc.network.impl Description

[private api] Implementation classes for ConnectionManager.



Copyright © 2012. All Rights Reserved.