Class OnErrorCallable
java.lang.Object
org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable
org.eclipse.jetty.websocket.jsr356.annotations.OnErrorCallable
Callable for
OnError
annotated methods-
Field Summary
FieldsFields inherited from class org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable
args, idxConfig, idxSession, params
Fields inherited from class org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
method, paramTypes, pojo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
init
(JsrSession session) void
setDecodingType
(Class<?> decodingType) The Type of Class aDecoder
should be created to produce.Methods inherited from class org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable
assertRoleRequired, findIndexForRole, findParamForRole, getParams
Methods inherited from class org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
call, formatMethodCallError, getMethod, getParamTypes, getPojo, toString
-
Field Details
-
idxThrowable
private int idxThrowable
-
-
Constructor Details
-
OnErrorCallable
-
OnErrorCallable
-
-
Method Details
-
call
-
init
- Overrides:
init
in classJsrCallable
-
setDecodingType
Description copied from class:JsrCallable
The Type of Class aDecoder
should be created to produce.- Specified by:
setDecodingType
in classJsrCallable
- Parameters:
decodingType
- the type of class a Decoder should be created to produce
-