Class TCPServerSOContainerGroup

java.lang.Object
org.eclipse.ecf.provider.generic.SOContainerGroup
org.eclipse.ecf.provider.generic.TCPServerSOContainerGroup
All Implemented Interfaces:
ISocketAcceptHandler

public class TCPServerSOContainerGroup extends SOContainerGroup
  • Field Details

    • DEFAULT_GROUP_NAME

      public static final String DEFAULT_GROUP_NAME
  • Constructor Details

    • TCPServerSOContainerGroup

      public TCPServerSOContainerGroup(String name, ThreadGroup group, int port, int backlog, InetAddress bindAddress)
      Parameters:
      name - name
      group - thread group to use
      port - port
      backlog - backlog
      bindAddress - bind address
      Since:
      4.4
    • TCPServerSOContainerGroup

      public TCPServerSOContainerGroup(String name, ThreadGroup group, int port, InetAddress bindAddress)
      Parameters:
      name - name
      group - thread group to use
      port - port
      bindAddress - bind address
      Since:
      4.4
    • TCPServerSOContainerGroup

      public TCPServerSOContainerGroup(String name, ThreadGroup group, int port)
    • TCPServerSOContainerGroup

      public TCPServerSOContainerGroup(String name, int port)
    • TCPServerSOContainerGroup

      public TCPServerSOContainerGroup(int port)
  • Method Details

    • trace

      protected void trace(String msg)
    • traceStack

      protected void traceStack(String msg, Throwable e)
    • putOnTheAir

      public void putOnTheAir() throws IOException
      Throws:
      IOException
    • isOnTheAir

      public boolean isOnTheAir()
    • takeOffTheAir

      public void takeOffTheAir()
    • getPort

      public int getPort()
    • toString

      public String toString()
      Overrides:
      toString in class Object