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

Packages that use Connection
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
 

Uses of Connection in com.googlecode.mobilityrpc.network
 

Methods in com.googlecode.mobilityrpc.network that return Connection
 Connection ConnectionManager.getConnection(ConnectionId destinationIdentifier)
          Returns a connection to the destination specified.
 

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

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

Methods in com.googlecode.mobilityrpc.network.impl that return Connection
 Connection ConnectionManagerImpl.getConnection(ConnectionId identifier)
           
 

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

Classes in com.googlecode.mobilityrpc.network.impl.tcp that implement Connection
 class TCPConnection
           
 



Copyright © 2016. All rights reserved.