public interface WebsocketRoute<R extends RequestContext<?>,W extends WebsocketContext<?>>
| Modifier and Type | Method and Description |
|---|---|
List<Handler<R>> |
getBeforeFilters()
The "before" filters, if any.
|
Set<String> |
getFilterIdsToSkip()
The ids of the filters that should be skipped for this
route.
|
String |
getId()
The WebSocket route id.
|
String |
getPath()
The WebSocket route path.
|
WebsocketController<R,W> |
getWebsocketController()
The WebSocket controller to use.
|
String getId()
String getPath()
WebsocketController<R,W> getWebsocketController()
Copyright © 2018. All rights reserved.