Uses of Class
gps.network.Connection

Packages that use Connection
gps.network Provides network related informaiton. 
gps.protocol.BT Provides BT implementation. 
 

Uses of Connection in gps.network
 

Methods in gps.network with parameters of type Connection
 void BandwidthManager.activeConnection(Connection c)
          active a existing connection on this link
 void BandwidthManager.addConnection(Connection c)
          add a connection on this link
 void BandwidthManager.adjustBandwidthForConnection(Connection c, double adj)
          adjucst bandwidth for a connection
 void BandwidthManager.inActiveConnection(Connection c)
          inactive a existing connection on this link
 double BandwidthManager.negotiateForConnection(Connection c)
          get estimated amount of bandwidth that can be allocated to a connection.
 void BandwidthManager.removeConnection(Connection c)
          remove a connection on this link
 void BandwidthManager.reserveFor(Connection c)
          reserve bandwidth for a connection
 void BandwidthManager.returnBandwidth(Connection c)
          return bandwidth occupied by connection to available bandwidth
 

Uses of Connection in gps.protocol.BT
 

Subclasses of Connection in gps.protocol.BT
 class BTConnection
          two way connection between two BTSockets.