Class ListeningInterface

java.lang.Object
com.sshtools.synergy.nio.ListeningInterface

public class ListeningInterface extends Object
Represents a listening interface for incoming socket connections.
  • Constructor Details

  • Method Details

    • getActualPort

      public int getActualPort()
    • setActualPort

      public void setActualPort(int actualPort)
    • getAddressToBind

      public InetSocketAddress getAddressToBind()
    • getContextFactory

      public ProtocolContextFactory<?> getContextFactory()
    • isIPV6Interface

      public boolean isIPV6Interface()
    • getBacklog

      public int getBacklog()
    • setBacklog

      public void setBacklog(int backlog)
    • getSocketOptionReuseAddress

      public boolean getSocketOptionReuseAddress()
    • setSocketOptionReuseAddress

      public void setSocketOptionReuseAddress(boolean reuseAddress)