Package ch.qos.logback.classic.net
Class SimpleSocketServer
java.lang.Object
java.lang.Thread
ch.qos.logback.classic.net.SimpleSocketServer
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
SimpleSSLSocketServer
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Deprecated.static voidconfigureLC(LoggerContext lc, String configFile) Deprecated.getLatch()Deprecated.Used for testing purposesbooleanisClosed()Deprecated.static voidDeprecated.voidrun()Deprecated.voidDeprecated.Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, suspend, threadId, toString, yield
-
Constructor Details
-
SimpleSocketServer
Deprecated.
-
-
Method Details
-
main
Deprecated.- Throws:
Exception
-
run
public void run()Deprecated. -
getLatch
Deprecated.Used for testing purposes -
isClosed
public boolean isClosed()Deprecated. -
close
public void close()Deprecated. -
socketNodeClosing
Deprecated. -
configureLC
Deprecated.- Throws:
JoranException
-