public class WebServer extends Object
Modifier and Type | Method and Description |
---|---|
String |
getAccessAddress() |
String |
getProtocol() |
WebAPIManager |
getWebAPI() |
void |
initServer()
Starts up the WebServer in a new Thread Pool.
|
boolean |
isAuthRequired() |
boolean |
isEnabled() |
boolean |
isUsingHTTPS() |
void |
stop()
Shuts down the server - Async thread is closed with shutdown boolean.
|
public WebServer(IPlan plugin)
public void initServer()
public boolean isEnabled()
public void stop()
public String getProtocol()
public boolean isUsingHTTPS()
public boolean isAuthRequired()
public String getAccessAddress()
public WebAPIManager getWebAPI()
Copyright © 2017. All rights reserved.