Uses of Interface
org.eclipse.net4j.ITransportConfig

Packages that use ITransportConfig
org.eclipse.net4j The Net4j transport layer. 
org.eclipse.spi.net4j Server service provider interfaces and useful base implementations for the Net4j transport layer. 
 

Uses of ITransportConfig in org.eclipse.net4j
 

Methods in org.eclipse.net4j that return ITransportConfig
static ITransportConfig Net4jUtil.copyTransportConfig(ILifecycle lifecycle, ITransportConfig source)
           
 ITransportConfig ITransportConfigAware.getConfig()
          Returns the current transport configuration if there is one, a new empty one otherwise.
 

Methods in org.eclipse.net4j with parameters of type ITransportConfig
static ITransportConfig Net4jUtil.copyTransportConfig(ILifecycle lifecycle, ITransportConfig source)
           
 void ITransportConfigAware.setConfig(ITransportConfig config)
          Sets a new transport configuration by copying the given one.
 

Uses of ITransportConfig in org.eclipse.spi.net4j
 

Methods in org.eclipse.spi.net4j that return ITransportConfig
 ITransportConfig Acceptor.getConfig()
           
 ITransportConfig ChannelMultiplexer.getConfig()
           
 

Methods in org.eclipse.spi.net4j with parameters of type ITransportConfig
 void Acceptor.setConfig(ITransportConfig config)
           
 void ChannelMultiplexer.setConfig(ITransportConfig config)
           
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.