public interface IWebsocketRoute<R extends IRequestContext<?>,W extends IWebsocketContext<?>>
| Modifier and Type | Method and Description |
|---|---|
List<IHandler<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.
|
IWebsocketController<R,W> |
getWebsocketController()
The WebSocket controller to use.
|
String getId()
String getPath()
IWebsocketController<R,W> getWebsocketController()
Copyright © 2016. All rights reserved.