Uses of Interface
com.googlecode.mobilityrpc.network.ConnectionManager

Packages that use ConnectionManager
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.impl [private api] Implementation classes for 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. 
 

Uses of ConnectionManager in com.googlecode.mobilityrpc.controller
 

Methods in com.googlecode.mobilityrpc.controller that return ConnectionManager
 ConnectionManager MobilityController.getConnectionManager()
          Returns the ConnectionManager which manages connections for this controller.
 

Uses of ConnectionManager in com.googlecode.mobilityrpc.controller.impl
 

Methods in com.googlecode.mobilityrpc.controller.impl that return ConnectionManager
 ConnectionManager MobilityControllerImpl.getConnectionManager()
           
 

Uses of ConnectionManager in com.googlecode.mobilityrpc.network.impl
 

Subinterfaces of ConnectionManager in com.googlecode.mobilityrpc.network.impl
 interface ConnectionManagerInternal
          An internal interface combining the public ConnectionManager interface with several internal interfaces.
 

Classes in com.googlecode.mobilityrpc.network.impl that implement ConnectionManager
 class ConnectionManagerImpl
           
 

Uses of ConnectionManager in com.googlecode.mobilityrpc.protocol.processors
 

Methods in com.googlecode.mobilityrpc.protocol.processors with parameters of type ConnectionManager
 void DeserializedMessageProcessor.process(MobilityControllerInternal mobilityController, ConnectionManager connectionManager, ConnectionId connectionId, T deserializedMessage)
           
 

Uses of ConnectionManager in com.googlecode.mobilityrpc.protocol.processors.impl
 

Methods in com.googlecode.mobilityrpc.protocol.processors.impl with parameters of type ConnectionManager
 void ExecutionRequestMessageProcessor.process(MobilityControllerInternal mobilityController, ConnectionManager connectionManager, ConnectionId connectionId, ExecutionRequest executionRequest)
           
 void ExecutionResponseMessageProcessor.process(MobilityControllerInternal mobilityController, ConnectionManager connectionManager, ConnectionId connectionId, ExecutionResponse executionResponse)
           
 void PingMessageProcessor.process(MobilityControllerInternal mobilityController, ConnectionManager connectionManager, ConnectionId connectionId, Ping ping)
           
 void PongMessageProcessor.process(MobilityControllerInternal mobilityController, ConnectionManager connectionManager, ConnectionId connectionId, Pong pong)
           
 void ResourceRequestMessageProcessor.process(MobilityControllerInternal mobilityController, ConnectionManager connectionManager, ConnectionId connectionId, ResourceRequest resourceRequest)
           
 void ResourceResponseMessageProcessor.process(MobilityControllerInternal mobilityController, ConnectionManager connectionManager, ConnectionId connectionId, ResourceResponse resourceResponse)
           
 



Copyright © 2012. All Rights Reserved.