| Package | Description |
|---|---|
| org.spincast.core.routing | |
| org.spincast.core.websocket |
| Modifier and Type | Method and Description |
|---|---|
void |
Router.addWebsocketRoute(WebsocketRoute<R,W> websocketRoute)
Adds a Websocket route, directly.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DefaultWebsocketRoute
Default WebSocket route.
|
| Modifier and Type | Method and Description |
|---|---|
WebsocketRoute<R,W> |
WebsocketRouteBuilder.create(WebsocketController<R,W> websocketController)
Creates and returns the WebSocket route without adding it to
the router.
|
protected WebsocketRoute<R,W> |
WebsocketRouteHandler.getWebsocketRoute() |
| Modifier and Type | Method and Description |
|---|---|
Handler<R> |
WebsocketRouteHandlerFactory.createWebsocketRouteHandler(WebsocketRoute<R,W> websocketRoute) |
| Constructor and Description |
|---|
WebsocketRouteHandler(WebsocketRoute<R,W> websocketRoute,
Server server,
WebsocketEndpointHandlerFactory<R,W> websocketServerEndpointHandlerFactory,
WebsocketEndpointToControllerManager websocketEndpointToControllerKeysMap) |
Copyright © 2018. All rights reserved.