Project JXTA

Uses of Class
net.jxta.ext.config.Transport

Packages that use Transport
net.jxta.ext.config   
 

Uses of Transport in net.jxta.ext.config
 

Subclasses of Transport in net.jxta.ext.config
 class HttpTransport
          Container for Http Transport configuration attributes.
 class TcpTransport
          Container for Tcp Transport configuration attributes.
 

Methods in net.jxta.ext.config that return Transport
 Transport Configurator.removeTransport(Transport transport)
          Description of the Method
 

Methods in net.jxta.ext.config with parameters of type Transport
 void Configurator.addTransport(Transport transport)
          Adds a feature to the Transport attribute of the Configurator object
 Transport Configurator.removeTransport(Transport transport)
          Description of the Method
 void Configurator.setTransport(Transport transport)
          Sets the transport attribute of the Configurator object
 


JXTA J2SE