Class CallableMethod
- java.lang.Object
-
- org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
-
- Direct Known Subclasses:
OptionalSessionCallableMethod
@Deprecated(since="2021-05-27") public class CallableMethod extends Object
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.A Callable Method
-
-
Constructor Summary
Constructors Constructor Description CallableMethod(Class<?> pojo, Method method)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Object
call(Object obj, Object... args)
Deprecated.String
formatMethodCallError(Object... args)
Deprecated.Method
getMethod()
Deprecated.Class<?>[]
getParamTypes()
Deprecated.Class<?>
getPojo()
Deprecated.String
toString()
Deprecated.
-