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 type
B - the input type
C - the WebSocket subprotocol route type
D - the WebSocket subprotocol route manager type
E - 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 Type
    Method
    Description
    subprotocol(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

      D subprotocol(String subprotocol)

      Specifies the WebSocket subprotocol matching the WebSocket subprotocol in an input.

      Parameters:
      subprotocol - a WebSocket subprotocol
      Returns:
      the route manager