Class NetworkTrafficServerConnector

All Implemented Interfaces:
Closeable, AutoCloseable, Connector, NetworkConnector, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, Graceful, LifeCycle
Direct Known Subclasses:
NetworkTrafficSelectChannelConnector

public class NetworkTrafficServerConnector extends ServerConnector

A specialized version of ServerConnector that supports NetworkTrafficListeners.

NetworkTrafficListeners can be added and removed dynamically before and after this connector has been started without causing ConcurrentModificationExceptions.