public interface WebsocketRouteFactory<R extends RequestContext<?>,W extends WebsocketContext<?>>
| Modifier and Type | Method and Description |
|---|---|
WebsocketRoute<R,W> |
createRoute(String id,
String path,
List<Handler<R>> beforeFilters,
Set<String> filterIdsToSkip,
WebsocketController<R,W> websocketController) |
Copyright © 2017. All rights reserved.