Uses of Package
com.googlecode.mobilityrpc.network

Packages that use com.googlecode.mobilityrpc.network
com.googlecode.mobilityrpc.controller [public api] Contains MobilityController which manages an instance of the library and provides methods for accessing MobilitySessions and ConnectionManager
com.googlecode.mobilityrpc.controller.impl [private api] Implementation classes for MobilityController
com.googlecode.mobilityrpc.network [public api] Contains ConnectionManager, a public API for managing connections. 
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
com.googlecode.mobilityrpc.protocol.processors [private api] Defines the DeserializedMessageProcessor API, implemented by classes which can process particular types of incoming messages. 
com.googlecode.mobilityrpc.protocol.processors.impl [private api] Implementations of DeserializedMessageProcessor for processing various types of incoming message. 
com.googlecode.mobilityrpc.quickstart [public api] Contains a simplified API to the library, wrapping the main APIs, tailored for specific use cases and for getting started with the library quickly. 
com.googlecode.mobilityrpc.session [public api] Contains MobilitySession, the gateway through which the application can send objects to remote machines. 
com.googlecode.mobilityrpc.session.impl [private api] Contains MobilitySession implementation classes. 
 

Classes in com.googlecode.mobilityrpc.network used by com.googlecode.mobilityrpc.controller
ConnectionManager
          Keeps track of incoming and outgoing connections to/from remote machines, and controls the opening and closing of server sockets on the local machine to receive incoming connections.
 

Classes in com.googlecode.mobilityrpc.network used by com.googlecode.mobilityrpc.controller.impl
ConnectionId
          Identifies the endpoint (address + port) of a connection.
ConnectionManager
          Keeps track of incoming and outgoing connections to/from remote machines, and controls the opening and closing of server sockets on the local machine to receive incoming connections.
 

Classes in com.googlecode.mobilityrpc.network used by com.googlecode.mobilityrpc.network
Connection
          The public interface of a connection to a remote machine.
ConnectionId
          Identifies the endpoint (address + port) of a connection.
 

Classes in com.googlecode.mobilityrpc.network used by com.googlecode.mobilityrpc.network.impl
Connection
          The public interface of a connection to a remote machine.
ConnectionId
          Identifies the endpoint (address + port) of a connection.
ConnectionManager
          Keeps track of incoming and outgoing connections to/from remote machines, and controls the opening and closing of server sockets on the local machine to receive incoming connections.
 

Classes in com.googlecode.mobilityrpc.network used by com.googlecode.mobilityrpc.network.impl.tcp
Connection
          The public interface of a connection to a remote machine.
ConnectionId
          Identifies the endpoint (address + port) of a connection.
 

Classes in com.googlecode.mobilityrpc.network used by com.googlecode.mobilityrpc.protocol.processors
ConnectionId
          Identifies the endpoint (address + port) of a connection.
ConnectionManager
          Keeps track of incoming and outgoing connections to/from remote machines, and controls the opening and closing of server sockets on the local machine to receive incoming connections.
 

Classes in com.googlecode.mobilityrpc.network used by com.googlecode.mobilityrpc.protocol.processors.impl
ConnectionId
          Identifies the endpoint (address + port) of a connection.
ConnectionManager
          Keeps track of incoming and outgoing connections to/from remote machines, and controls the opening and closing of server sockets on the local machine to receive incoming connections.
 

Classes in com.googlecode.mobilityrpc.network used by com.googlecode.mobilityrpc.quickstart
ConnectionId
          Identifies the endpoint (address + port) of a connection.
 

Classes in com.googlecode.mobilityrpc.network used by com.googlecode.mobilityrpc.session
ConnectionId
          Identifies the endpoint (address + port) of a connection.
 

Classes in com.googlecode.mobilityrpc.network used by com.googlecode.mobilityrpc.session.impl
ConnectionId
          Identifies the endpoint (address + port) of a connection.
 



Copyright © 2012. All Rights Reserved.