Class OnMessageTextCallable
java.lang.Object
org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable
org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable
org.eclipse.jetty.websocket.jsr356.annotations.OnMessageTextCallable
Callable for
OnMessage annotated methods with a whole or partial text messages.
Not for use with Reader based OnMessage method objects.
- See Also:
-
Field Summary
FieldsFields inherited from class OnMessageCallable
decoder, decodingType, idxMessageObject, idxPartialMessageFlag, messageRoleAssigned, returnEncoder, returnTypeFields inherited from class JsrCallable
args, idxConfig, idxSession, paramsFields inherited from class CallableMethod
method, paramTypes, pojo -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class OnMessageCallable
assertDecoderRequired, getDecoder, getMessageObjectParam, getReturnEncoder, getReturnType, isMessageRoleAssigned, isPartialMessageSupported, setDecodingType, setPartialMessageFlagMethods inherited from class JsrCallable
assertRoleRequired, findIndexForRole, findParamForRole, getParamsMethods inherited from class CallableMethod
call, formatMethodCallError, getMethod, getParamTypes, getPojo, toString
-
Field Details
-
textDecoder
private javax.websocket.Decoder.Text<?> textDecoder
-
-
Constructor Details
-
OnMessageTextCallable
-
OnMessageTextCallable
Copy Constructor- Parameters:
copy- the callable to copy from
-
-
Method Details
-
call
-
init
- Overrides:
initin classOnMessageCallable
-