Uses of Interface
com.googlecode.mobilityrpc.network.impl.ConnectionInternal

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

Methods in com.googlecode.mobilityrpc.network.impl with parameters of type ConnectionInternal
 void ConnectionStateListener.notifyConnectionClosed(ConnectionInternal connection)
          Called when the supplied connection has been closed.
 void ConnectionManagerImpl.notifyConnectionClosed(ConnectionInternal connection)
           
 void ConnectionStateListener.notifyConnectionOpened(ConnectionInternal connection)
          Called when the supplied connection has been opened.
 void ConnectionManagerImpl.notifyConnectionOpened(ConnectionInternal connection)
           
 

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

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



Copyright © 2012. All Rights Reserved.