JXTA

Uses of Class
net.jxta.impl.endpoint.relay.RelayClient.RelayServerConnection

Packages that use RelayClient.RelayServerConnection
net.jxta.impl.endpoint.relay A JXTA MessageTransport implementation which which provides client polling and server store-and forward functionality for peers incapable of receiving incoming connections. 
 

Uses of RelayClient.RelayServerConnection in net.jxta.impl.endpoint.relay
 

Fields in net.jxta.impl.endpoint.relay declared as RelayClient.RelayServerConnection
(package private)  RelayClient.RelayServerConnection RelayClient.currentServer
           
 

Methods in net.jxta.impl.endpoint.relay with parameters of type RelayClient.RelayServerConnection
(package private)  RdvAdvertisement RelayClient.connectToRelay(RelayClient.RelayServerConnection server)
           
protected  RdvAdvertisement RelayClient.maintainRelayConnection(RelayClient.RelayServerConnection server)
           
 


JXSE