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 optionalSession
argument
-
-
Constructor Summary
Constructors Constructor Description OptionalSessionCallableMethod(java.lang.Class<?> pojo, java.lang.reflect.Method method)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
call(java.lang.Object obj, Session connection, java.lang.Object... args)
Deprecated.boolean
isSessionAware()
Deprecated.boolean
isStreaming()
Deprecated.java.lang.String
toString()
Deprecated.-
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)
Deprecated.
-
isSessionAware
public boolean isSessionAware()
Deprecated.
-
isStreaming
public boolean isStreaming()
Deprecated.
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classCallableMethod
-
-