Uses of Class
org.eclipse.jetty.websocket.common.events.ParamList
-
Packages that use ParamList Package Description org.eclipse.jetty.websocket.common.events Jetty WebSocket Common : Event Driver for WebSocket Objectorg.eclipse.jetty.websocket.common.events.annotated -
-
Uses of ParamList in org.eclipse.jetty.websocket.common.events
Fields in org.eclipse.jetty.websocket.common.events declared as ParamList Modifier and Type Field Description private static ParamListJettyAnnotatedScanner. validBinaryParamsParameter list for @OnWebSocketMessage (Binary mode)private static ParamListJettyAnnotatedScanner. validCloseParamsParameter list for @OnWebSocketCloseprivate static ParamListJettyAnnotatedScanner. validConnectParamsParameter list for @OnWebSocketConnectprivate static ParamListJettyAnnotatedScanner. validErrorParamsParameter list for @OnWebSocketErrorprivate static ParamListJettyAnnotatedScanner. validFrameParamsParameter list for @OnWebSocketFrameprivate static ParamListJettyAnnotatedScanner. validTextParamsParameter list for @OnWebSocketMessage (Text mode) -
Uses of ParamList in org.eclipse.jetty.websocket.common.events.annotated
Methods in org.eclipse.jetty.websocket.common.events.annotated with parameters of type ParamList Modifier and Type Method Description protected voidAbstractMethodAnnotationScanner. assertValidSignature(java.lang.reflect.Method method, java.lang.Class<? extends java.lang.annotation.Annotation> annoClass, ParamList validParams)static InvalidSignatureExceptionInvalidSignatureException. build(java.lang.reflect.Method method, java.lang.Class<? extends java.lang.annotation.Annotation> annoClass, ParamList... paramlists)protected booleanAbstractMethodAnnotationScanner. isSignatureMatch(java.lang.reflect.Method method, ParamList validParams)
-