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 boolean
private final boolean
Fields inherited from class org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
method, paramTypes, pojo
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.websocket.common.events.annotated.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:
toString
in classCallableMethod
-