- All Implemented Interfaces:
Runnable
This wraps the server into a runnable that can be run as a main entrypoint OR passed into a
Thread.
- See Also:
-
-
Field Summary
Fields
static final org.slf4j.Logger
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
logger
public static final org.slf4j.Logger logger
-
Constructor Details
-
MainServer
public MainServer()
-
Method Details
-
main
public static void main(String[] args)
-
run
public void run()
- Specified by:
run in interface Runnable