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
Modifier and TypeMethodDescriptionvoid
private static Object[]
dropFirstArg
(Object[] args) protected Class<?>[]
private void
boolean
boolean
-
Field Details
-
LOG
private static final org.eclipse.jetty.util.log.Logger LOG -
pojo
-
method
-
hasSession
private boolean hasSession -
isStreaming
private boolean isStreaming -
paramTypes
-
-
Constructor Details
-
EventMethod
-
EventMethod
-
-
Method Details
-
dropFirstArg
-
call
-
getMethod
-
getParamTypes
-
identifyPresentParamTypes
private void identifyPresentParamTypes() -
isHasSession
public boolean isHasSession() -
isStreaming
public boolean isStreaming()
-