Interface ITCPConnector

All Superinterfaces:
org.eclipse.net4j.util.collection.Closeable, IChannelMultiplexer, IConnector, org.eclipse.net4j.util.container.IContainer<IChannel>, ILocationAware, org.eclipse.net4j.util.event.INotifier, org.eclipse.net4j.util.properties.IPropertiesContainer, org.eclipse.net4j.util.security.IUserAware

public interface ITCPConnector extends IConnector
A connector that implements non-blocking multiplexed TCP transport, optionally with SSL.
Author:
Eike Stepper
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.
  • Field Details

    • DEFAULT_PORT

      static final int DEFAULT_PORT
  • Method Details

    • getSelector

      ITCPSelector getSelector()
      Since:
      4.0
    • getHost

      String getHost()
    • getPort

      int getPort()