public class WebSocketInterceptor extends AbstractInterceptor
Interceptor.Flowid, name, router| Constructor and Description |
|---|
WebSocketInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
List<WebSocketInterceptorInterface> |
getInterceptors() |
String |
getShortDescription() |
String |
getUrl() |
Outcome |
handleRequest(Exchange exc) |
void |
init()
Called after parsing is complete and this has been added to the object tree (whose root is Router).
|
void |
init(Router router) |
void |
setInterceptors(List<WebSocketInterceptorInterface> interceptors) |
void |
setUrl(String url) |
getDisplayName, getFlow, getHelpId, getId, getLongDescription, getRouter, getRule, handleAbort, handleResponse, setDisplayName, setFlow, setIdpublic void init(Router router) throws Exception
init in interface Interceptorinit in class AbstractInterceptorExceptionpublic void init()
throws Exception
AbstractInterceptorinit in class AbstractInterceptorExceptionpublic Outcome handleRequest(Exchange exc) throws Exception
handleRequest in interface InterceptorhandleRequest in class AbstractInterceptorExceptionpublic String getShortDescription()
getShortDescription in interface InterceptorgetShortDescription in class AbstractInterceptorpublic String getUrl()
public void setUrl(String url)
public List<WebSocketInterceptorInterface> getInterceptors()
public void setInterceptors(List<WebSocketInterceptorInterface> interceptors)
Copyright © 2019. All Rights Reserved.