Class OptionalSessionCallableMethod
- java.lang.Object
-
- org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
-
- org.eclipse.jetty.websocket.common.events.annotated.OptionalSessionCallableMethod
-
@Deprecated(since="2021-05-27") public class OptionalSessionCallableMethod extends CallableMethod
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Simple CallableMethod that manages the optionalSessionargument
-
-
Constructor Summary
Constructors Constructor Description OptionalSessionCallableMethod(Class<?> pojo, Method method)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcall(Object obj, Session connection, Object... args)Deprecated.booleanisSessionAware()Deprecated.booleanisStreaming()Deprecated.StringtoString()Deprecated.-
Methods inherited from class org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
call, formatMethodCallError, getMethod, getParamTypes, getPojo
-
-