Package org.eclipse.net4j
Schnittstelle ITransportConfigAware
- Alle bekannten Unterschnittstellen:
InternalAcceptor
,InternalChannelMultiplexer
,InternalConnector
- Alle bekannten Implementierungsklassen:
Acceptor
,ChannelMultiplexer
,Connector
public interface ITransportConfigAware
A concept that has a
transport configuration
, typically a channel
multiplexer
, connector
or acceptor
.- Seit:
- 2.0
- Autor:
- Eike Stepper
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns 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.
-
Methodendetails
-
getConfig
ITransportConfig getConfig()Returns the current transport configuration if there is one, a new empty one otherwise. -
setConfig
Sets a new transport configuration by copying the given one.
-