Uses of Package
com.googlecode.mobilityrpc.network.impl

Packages that use com.googlecode.mobilityrpc.network.impl
com.googlecode.mobilityrpc.controller.impl [private api] Implementation classes for MobilityController
com.googlecode.mobilityrpc.network.impl [private api] Implementation classes for ConnectionManager
com.googlecode.mobilityrpc.network.impl.tcp [private api] Implementation classes for TCP implementation of ConnectionManager
 

Classes in com.googlecode.mobilityrpc.network.impl used by com.googlecode.mobilityrpc.controller.impl
IncomingMessageHandler
          An internal interface, implemented by objects which can accept and process a serialized protocol message (byte array) received from a remote machine.
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.
 

Classes in com.googlecode.mobilityrpc.network.impl used by com.googlecode.mobilityrpc.network.impl
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.
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.
 

Classes in com.googlecode.mobilityrpc.network.impl used by com.googlecode.mobilityrpc.network.impl.tcp
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.
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
          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.
 



Copyright © 2012. All Rights Reserved.