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()
WebSockets
isEnabled
in interface WebSockets
public void compileRoute(Route route)
WebSockets
compileRoute
in interface WebSockets
route
- The websocket routeCopyright © 2019 ninjaframework. All rights reserved.