Class OptionalSessionCallableMethod
- java.lang.Object
-
- org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
-
- org.eclipse.jetty.websocket.common.events.annotated.OptionalSessionCallableMethod
-
public class OptionalSessionCallableMethod extends CallableMethod
Simple CallableMethod that manages the optionalSession
argument
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
method, paramTypes, pojo
-
-
Constructor Summary
Constructors Constructor Description OptionalSessionCallableMethod(java.lang.Class<?> pojo, java.lang.reflect.Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
call(java.lang.Object obj, Session connection, java.lang.Object... args)
boolean
isSessionAware()
boolean
isStreaming()
java.lang.String
toString()
-
Methods inherited from class org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
call, formatMethodCallError, getMethod, getParamTypes, getPojo
-
-
-
-
Method Detail
-
call
public void call(java.lang.Object obj, Session connection, java.lang.Object... args)
-
isSessionAware
public boolean isSessionAware()
-
isStreaming
public boolean isStreaming()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classCallableMethod
-
-