Uses of Class
org.eclipse.jetty.websocket.common.events.JettyAnnotatedMetadata
-
Packages that use JettyAnnotatedMetadata Package Description org.eclipse.jetty.websocket.common.events Jetty WebSocket Common : Event Driver for WebSocket Object -
-
Uses of JettyAnnotatedMetadata in org.eclipse.jetty.websocket.common.events
Methods in org.eclipse.jetty.websocket.common.events that return JettyAnnotatedMetadata Modifier and Type Method Description JettyAnnotatedMetadata
JettyAnnotatedScanner. scan(java.lang.Class<?> pojo)
Methods in org.eclipse.jetty.websocket.common.events with parameters of type JettyAnnotatedMetadata Modifier and Type Method Description void
JettyAnnotatedScanner. onMethodAnnotation(JettyAnnotatedMetadata metadata, java.lang.Class<?> pojo, java.lang.reflect.Method method, java.lang.annotation.Annotation annotation)
Constructors in org.eclipse.jetty.websocket.common.events with parameters of type JettyAnnotatedMetadata Constructor Description JettyAnnotatedEventDriver(WebSocketPolicy policy, java.lang.Object websocket, JettyAnnotatedMetadata events)
-