Class OptionalSessionCallableMethod
java.lang.Object
org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
org.eclipse.jetty.websocket.common.events.annotated.OptionalSessionCallableMethod
Simple CallableMethod that manages the optional
Session argument-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate final booleanFields inherited from class CallableMethod
method, paramTypes, pojo -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CallableMethod
call, formatMethodCallError, getMethod, getParamTypes, getPojo
-
Field Details
-
wantsSession
private final boolean wantsSession -
streaming
private final boolean streaming
-
-
Constructor Details
-
OptionalSessionCallableMethod
-
-
Method Details
-
call
-
isSessionAware
public boolean isSessionAware() -
isStreaming
public boolean isStreaming() -
toString
- Overrides:
toStringin classCallableMethod
-