public class DefaultWebSockets extends Object implements WebSockets
| Constructor and Description |
|---|
DefaultWebSockets() |
| Modifier and Type | Method and Description |
|---|---|
void |
compileRoute(Route route)
Configure the container for the websocket route.
|
boolean |
isEnabled()
If WebSocket support is detected and enabled by the underlying container.
|
public boolean isEnabled()
WebSocketsisEnabled in interface WebSocketspublic void compileRoute(Route route)
WebSocketscompileRoute in interface WebSocketsroute - The websocket routeCopyright © 2019 ninjaframework. All rights reserved.