Uses of Interface
com.googlecode.mobilityrpc.common.Destroyable

Packages that use Destroyable
com.googlecode.mobilityrpc.common [private api] Utility classes and interfaces used by several components. 
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.network.impl.tcp [private api] Implementation classes for TCP implementation of ConnectionManager
 

Uses of Destroyable in com.googlecode.mobilityrpc.common
 

Subinterfaces of Destroyable in com.googlecode.mobilityrpc.common
 interface Managed
          Implemented by objects which have an init() method and a destroy() method which must be called before and after the objects can be used, to initialize and destroy resources they need.
 

Uses of Destroyable in com.googlecode.mobilityrpc.controller
 

Subinterfaces of Destroyable in com.googlecode.mobilityrpc.controller
 interface MobilityController
          Manages an instance of the Mobility-RPC library and provides access to its main APIs.
 

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

Subinterfaces of Destroyable in com.googlecode.mobilityrpc.controller.impl
 interface MobilityControllerInternal
          A combination of several internal interfaces implemented by the mobility controller, most of which are not part of the public API.
 

Classes in com.googlecode.mobilityrpc.controller.impl that implement Destroyable
 class MobilityControllerImpl
           
 

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

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

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

Uses of Destroyable in com.googlecode.mobilityrpc.network.impl.tcp
 

Classes in com.googlecode.mobilityrpc.network.impl.tcp that implement Destroyable
 class TCPConnection
           
 class TCPConnectionListener
          An implementation of ConnectionListener which uses a TCP ServerSocket.
 



Copyright © 2016. All rights reserved.