Class EventMethod
- java.lang.Object
-
- org.eclipse.jetty.websocket.common.events.annotated.EventMethod
-
public class EventMethod extends Object
-
-
Constructor Summary
Constructors Constructor Description EventMethod(Class<?> pojo, Method method)EventMethod(Class<?> pojo, String methodName, Class<?>... paramTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcall(Object obj, Object... args)MethodgetMethod()protected Class<?>[]getParamTypes()booleanisHasSession()booleanisStreaming()
-