public class OnCloseCallable extends JsrCallable
OnClose annotated methodsmethod, paramTypes, pojoargs, idxConfig, idxSession, params| Constructor | Description |
|---|---|
OnCloseCallable(java.lang.Class<?> pojo,
java.lang.reflect.Method method) |
|
OnCloseCallable(OnCloseCallable copy) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
call(java.lang.Object endpoint,
int statusCode,
java.lang.String reason) |
|
void |
call(java.lang.Object endpoint,
CloseReason closeReason) |
|
void |
call(java.lang.Object endpoint,
org.eclipse.jetty.websocket.common.CloseInfo close) |
|
void |
init(JsrSession session) |
|
void |
setDecodingType(java.lang.Class<?> decodingType) |
The Type of Class a
Decoder should be created to produce. |
call, formatMethodCallError, getMethod, getParamTypes, getPojo, toStringassertRoleRequired, findIndexForRole, findParamForRole, getParamspublic OnCloseCallable(java.lang.Class<?> pojo,
java.lang.reflect.Method method)
public OnCloseCallable(OnCloseCallable copy)
public void call(java.lang.Object endpoint,
org.eclipse.jetty.websocket.common.CloseInfo close)
public void call(java.lang.Object endpoint,
CloseReason closeReason)
public void call(java.lang.Object endpoint,
int statusCode,
java.lang.String reason)
public void init(JsrSession session)
init in class JsrCallablepublic void setDecodingType(java.lang.Class<?> decodingType)
JsrCallableDecoder should be created to produce.setDecodingType in class JsrCallabledecodingType - the type of class a Decoder should be created to produceCopyright © 1995–2018 Webtide. All rights reserved.