
public interface ITransportConfigAware
transport configuration, typically a channel
multiplexer, connector or acceptor.| Modifier and Type | Method and Description |
|---|---|
ITransportConfig |
getConfig()
Returns the current transport configuration if there is one, a new empty one otherwise.
|
void |
setConfig(ITransportConfig config)
Sets a new transport configuration by copying the given one.
|
ITransportConfig getConfig()
void setConfig(ITransportConfig config)
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.