Interface ITransportConfigAware

All Known Subinterfaces:
InternalAcceptor, InternalChannelMultiplexer, InternalConnector
All Known Implementing Classes:
Acceptor, ChannelMultiplexer, Connector

public interface ITransportConfigAware
A concept that has a transport configuration, typically a channel multiplexer, connector or acceptor.
Since:
2.0
Author:
Eike Stepper
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • 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.