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 Objectcall(Object obj, Object... args)Deprecated.StringformatMethodCallError(Object... args)Deprecated.MethodgetMethod()Deprecated.Class<?>[]getParamTypes()Deprecated.Class<?>getPojo()Deprecated.StringtoString()Deprecated.
-