JXTA

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

Packages that use RelayClient
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 in net.jxta.impl.endpoint.relay
 

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

Constructors in net.jxta.impl.endpoint.relay with parameters of type RelayClient
RelayClient.RelayServerConnection(RelayClient client, EndpointAddress addr)
           
RelayClient.RelayServerConnection(RelayClient client, RouteAdvertisement relayAdv)
           
 


JXSE