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

Packages that use Managed
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 Managed in com.googlecode.mobilityrpc.network.impl
 

Subinterfaces of Managed 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 Managed
 class ConnectionManagerImpl
           
 

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

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



Copyright © 2016. All rights reserved.