Uses of Class
ch.qos.logback.classic.net.SimpleSocketServer
-
Packages that use SimpleSocketServer Package Description ch.qos.logback.classic.net Contains classes used to log through a network -
-
Uses of SimpleSocketServer in ch.qos.logback.classic.net
Subclasses of SimpleSocketServer in ch.qos.logback.classic.net Modifier and Type Class Description classSimpleSSLSocketServerASimpleSocketServerthat supports SSL.Fields in ch.qos.logback.classic.net declared as SimpleSocketServer Modifier and Type Field Description (package private) SimpleSocketServerSocketNode. socketServerMethod parameters in ch.qos.logback.classic.net with type arguments of type SimpleSocketServer Modifier and Type Method Description protected static voidSimpleSocketServer. doMain(java.lang.Class<? extends SimpleSocketServer> serverClass, java.lang.String[] argv)Constructors in ch.qos.logback.classic.net with parameters of type SimpleSocketServer Constructor Description SocketNode(SimpleSocketServer socketServer, java.net.Socket socket, LoggerContext context)
-