public interface WebServer
| Modifier and Type | Method and Description |
|---|---|
RobotControllerWebInfo |
getConnectionInformation()
Get
RobotControllerWebInfo |
WebHandlerManager |
getWebHandlerManager() |
WebSocketManager |
getWebSocketManager()
Get the manager for the WebSockets associated with this WebServer
|
void |
start()
start the WebServer.
|
void |
stop()
stop the WebServer.
|
boolean |
wasStarted()
Check if the WebServer has been started.
|
WebHandlerManager getWebHandlerManager()
boolean wasStarted()
void start()
void stop()
RobotControllerWebInfo getConnectionInformation()
RobotControllerWebInfoRobotControllerWebInfoWebSocketManager getWebSocketManager()