JXTA

Uses of Class
net.jxta.impl.protocol.RelayConfigAdv

Packages that use RelayConfigAdv
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. 
net.jxta.impl.protocol Provides implementation objects for Advertisments and protocol messages for the JXTA Core and Standard Protocols. 
 

Uses of RelayConfigAdv in net.jxta.impl.endpoint.relay
 

Constructors in net.jxta.impl.endpoint.relay with parameters of type RelayConfigAdv
RelayClient(PeerGroup group, String serviceName, RelayConfigAdv relayConfig)
           
RelayServer(PeerGroup group, String serviceName, RelayConfigAdv relayConfigAdv)
          constructor
 

Uses of RelayConfigAdv in net.jxta.impl.protocol
 

Methods in net.jxta.impl.protocol that return RelayConfigAdv
 RelayConfigAdv RelayConfigAdv.clone()
          
 


JXSE