Class EventMethod
java.lang.Object
org.eclipse.jetty.websocket.common.events.annotated.EventMethod
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEventMethod(Class<?> pojo, Method method) EventMethod(Class<?> pojo, String methodName, Class<?>... paramTypes) -
Method Summary
-
Field Details
-
pojo
-
method
-
-
Constructor Details
-
EventMethod
-
EventMethod
-
-
Method Details
-
call
-
getMethod
-
getParamTypes
-
isHasSession
public boolean isHasSession() -
isStreaming
public boolean isStreaming()
-