Module io.inverno.mod.http.base
Package io.inverno.mod.http.base.router
Interface WebSocketSubprotocolRoute.Manager<A,B,C extends WebSocketSubprotocolRoute<A>,D extends WebSocketSubprotocolRoute.Manager<A,B,C,D,E>,E extends Router<A,B,C,D,E>>
- Type Parameters:
A
- the resource typeB
- the input typeC
- the WebSocket subprotocol route typeD
- the WebSocket subprotocol route manager typeE
- the router type
- All Superinterfaces:
RouteManager<A,
B, C, D, E>
- Enclosing interface:
WebSocketSubprotocolRoute<A>
public static interface WebSocketSubprotocolRoute.Manager<A,B,C extends WebSocketSubprotocolRoute<A>,D extends WebSocketSubprotocolRoute.Manager<A,B,C,D,E>,E extends Router<A,B,C,D,E>>
extends RouteManager<A,B,C,D,E>
A WebSocket subprotocol route manager.
- Since:
- 1.12
- Author:
- Jeremy Kuhn
-
Method Summary
Modifier and TypeMethodDescriptionsubprotocol
(String subprotocol) Specifies the WebSocket subprotocol matching the WebSocket subprotocol in an input.Methods inherited from interface io.inverno.mod.http.base.router.RouteManager
disable, enable, findRoutes, remove, set, set, set
-
Method Details
-
subprotocol
Specifies the WebSocket subprotocol matching the WebSocket subprotocol in an input.
- Parameters:
subprotocol
- a WebSocket subprotocol- Returns:
- the route manager
-