Package javadocofflinesearch.server
Class ServerLauncher
- java.lang.Object
-
- javadocofflinesearch.server.ServerLauncher
-
- All Implemented Interfaces:
java.lang.Runnable
public class ServerLauncher extends java.lang.Object implements java.lang.Runnable
wrapper around tiny http server to separate lunch configurations and servers. to allow terminations and stuff around.
-
-
Constructor Summary
Constructors Constructor Description ServerLauncher(int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getPort()
boolean
isRunning()
void
run()
void
stop()
-