Class SimpleSocketServer

  • All Implemented Interfaces:
    Runnable
    Direct Known Subclasses:
    SimpleSSLSocketServer

    public class SimpleSocketServer
    extends Thread
    A simple SocketNode based server.
          <b>Usage:</b> java ch.qos.logback.classic.net.SimpleSocketServer port configFile
     
    where port is a port number where the server listens and configFile is an xml configuration file fed to JoranConfigurator.
    Since:
    0.8.4