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 Typ
    Methode
    Beschreibung
    Returns the current transport configuration if there is one, a new empty one otherwise.
    void
    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

      void setConfig(ITransportConfig config)
      Sets a new transport configuration by copying the given one.