Uses of Interface
org.eclipse.net4j.ITransportConfig

Packages that use ITransportConfig
org.eclipse.net4j 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.
 



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