Class SimpleSocketServer


  • public class SimpleSocketServer
    extends java.lang.Object
    A simple SocketNode based server.
         <b>Usage:</b> java ch.qos.logback.access.net.SimpleSocketServer port configFile
        
         where
     
     port
     
         is a part number where the server listens and
     
     configFile
     
         is an xml configuration file fed to JoranConfigurator.
     
    Since:
    0.8.4
    Author:
    Ceki Gülcü, Sébastien Pennec
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] argv)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleSocketServer

        public SimpleSocketServer()
    • Method Detail

      • main

        public static void main​(java.lang.String[] argv)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception