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 optionalSessionargument
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
method, paramTypes, pojo
-
-
Constructor Summary
Constructors Constructor Description OptionalSessionCallableMethod(Class<?> pojo, Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcall(Object obj, org.eclipse.jetty.websocket.api.Session connection, Object... args)booleanisSessionAware()booleanisStreaming()StringtoString()-
Methods inherited from class org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
call, formatMethodCallError, getMethod, getParamTypes, getPojo
-
-
-
-
Method Detail
-
call
public void call(Object obj, org.eclipse.jetty.websocket.api.Session connection, Object... args)
-
isSessionAware
public boolean isSessionAware()
-
isStreaming
public boolean isStreaming()
-
toString
public String toString()
- Overrides:
toStringin classCallableMethod
-
-