public interface PortalHandler
Modifier and Type | Method and Description |
---|---|
boolean |
canHandle(PortalRequest req) |
int |
getOrder() |
PortalResponse |
handle(PortalRequest req) |
WebSocketEndpoint |
newWebSocketEndpoint(PortalRequest req,
WebSocketConfig config) |
int getOrder()
boolean canHandle(PortalRequest req)
PortalResponse handle(PortalRequest req) throws Exception
Exception
WebSocketEndpoint newWebSocketEndpoint(PortalRequest req, WebSocketConfig config) throws Exception
Exception