Package org.eclipse.net4j
Interface ITransportConfigAware
- 
- All Known Subinterfaces:
- InternalAcceptor,- InternalChannelMultiplexer,- InternalConnector
 - All Known Implementing Classes:
- Acceptor,- ChannelMultiplexer,- Connector
 
 public interface ITransportConfigAwareA concept that has atransport configuration, typically achannel multiplexer,connectororacceptor.- Since:
- 2.0
- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ITransportConfiggetConfig()Returns the current transport configuration if there is one, a new empty one otherwise.voidsetConfig(ITransportConfig config)Sets a new transport configuration by copying the given one.
 
- 
- 
- 
Method Detail- 
getConfigITransportConfig getConfig() Returns the current transport configuration if there is one, a new empty one otherwise.
 - 
setConfigvoid setConfig(ITransportConfig config) Sets a new transport configuration by copying the given one.
 
- 
 
-