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