public class WebSocketServer extends Object
Constructor and Description |
---|
WebSocketServer(Plan plugin)
Class Constructor.
|
Modifier and Type | Method and Description |
---|---|
DataRequestHandler |
getDataReqHandler() |
void |
initServer()
Starts up the Webserver in a Asyncronous thread.
|
void |
stop()
Shuts down the server - Async thread is closed with shutdown boolean.
|
public WebSocketServer(Plan plugin)
plugin
- Current instance of Planpublic void initServer()
public void stop()
public DataRequestHandler getDataReqHandler()
Copyright © 2017. All rights reserved.