Class EventMethod
- java.lang.Object
-
- org.eclipse.jetty.websocket.common.events.annotated.EventMethod
-
@Deprecated(since="2021-05-27") public class EventMethod extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description EventMethod(Class<?> pojo, Method method)Deprecated.EventMethod(Class<?> pojo, String methodName, Class<?>... paramTypes)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcall(Object obj, Object... args)Deprecated.MethodgetMethod()Deprecated.booleanisHasSession()Deprecated.booleanisStreaming()Deprecated.
-