Uses of Class
ants.p2p.query.ServerInfo

Packages that use ServerInfo
ants.p2p.query   
ants.p2p.utils.addresses   
ants.p2p.utils.net   
com.limegroup.gnutella.bootstrap   
 

Uses of ServerInfo in ants.p2p.query
 

Constructors in ants.p2p.query with parameters of type ServerInfo
ServerInfo(ServerInfo si, java.lang.String sessionKey)
           
ServerInfo(ServerInfo si, java.lang.String sessionKey)
           
 

Uses of ServerInfo in ants.p2p.utils.addresses
 

Methods in ants.p2p.utils.addresses with parameters of type ServerInfo
static void InetAddressEngine.removeDeadPeer(ServerInfo s)
           
static void InetAddressEngine.removeDeadPeer(ServerInfo s)
           
static void InetAddressEngine.removeTrustedPeer(ServerInfo sInfo)
           
static void InetAddressEngine.removeTrustedPeer(ServerInfo sInfo)
           
 

Uses of ServerInfo in ants.p2p.utils.net
 

Methods in ants.p2p.utils.net that return ServerInfo
 ServerInfo UPnPManager.getCurrentLanAddress()
           
 ServerInfo UPnPManager.getCurrentLanAddress()
           
 

Methods in ants.p2p.utils.net with parameters of type ServerInfo
 void UPnPManager.setCurrentLanAddress(ServerInfo si)
           
 void UPnPManager.setCurrentLanAddress(ServerInfo si)
           
 

Uses of ServerInfo in com.limegroup.gnutella.bootstrap
 

Methods in com.limegroup.gnutella.bootstrap with parameters of type ServerInfo
 void BootstrapServerManager.sendUpdatesAsync(ServerInfo myIP)
          Asynchronously sends an update message to a cache.
 void BootstrapServerManager.sendUpdatesAsync(ServerInfo myIP)
          Asynchronously sends an update message to a cache.
 void BootstrapServerManager.sendUpdatesAsyncV2(ServerInfo myIP)
          Asynchronously sends an update message to a cache.
 void BootstrapServerManager.sendUpdatesAsyncV2(ServerInfo myIP)
          Asynchronously sends an update message to a cache.