| Package | Description |
|---|---|
| org.spincast.core.routing | |
| org.spincast.core.websocket | |
| org.spincast.plugins.routing |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastWebsocketRoute<R extends RequestContext<?>,W extends WebsocketContext<?>> |
| Modifier and Type | Method and Description |
|---|---|
WebsocketRoute<R,W> |
WebsocketRouteBuilderDefault.create(WebsocketController<R,W> websocketController) |
WebsocketRoute<R,W> |
WebsocketRouteFactory.createRoute(boolean isSpicastCoreRouteOrPluginRoute,
String id,
String path,
List<Handler<R>> beforeFilters,
Set<String> filterIdsToSkip,
WebsocketController<R,W> websocketController) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpincastRouter.addWebsocketRoute(WebsocketRoute<R,W> websocketRoute) |
protected Route<R> |
SpincastRouter.createHttpRouteFromWebsocketRoute(WebsocketRoute<R,W> websocketRoute) |
Copyright © 2018. All rights reserved.