Class TransportTCPServer

java.lang.Object
javaforce.voip.TransportTCPServer
All Implemented Interfaces:
Transport
Direct Known Subclasses:
TransportTLSServer

public class TransportTCPServer extends Object implements Transport
  • Field Details

    • ss

      protected ServerSocket ss
    • debug

      public static boolean debug
    • log

      public int log
  • Constructor Details

    • TransportTCPServer

      public TransportTCPServer()
  • Method Details