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
Fields in org.eclipse.jetty.websocket.common.events declared as JettyAnnotatedMetadata Modifier and Type Field Description private JettyAnnotatedMetadataJettyAnnotatedEventDriver. eventsFields in org.eclipse.jetty.websocket.common.events with type parameters of type JettyAnnotatedMetadata Modifier and Type Field Description private java.util.concurrent.ConcurrentHashMap<java.lang.Class<?>,JettyAnnotatedMetadata>JettyAnnotatedImpl. cacheMethods in org.eclipse.jetty.websocket.common.events that return JettyAnnotatedMetadata Modifier and Type Method Description JettyAnnotatedMetadataJettyAnnotatedScanner. scan(java.lang.Class<?> pojo)Methods in org.eclipse.jetty.websocket.common.events with parameters of type JettyAnnotatedMetadata Modifier and Type Method Description voidJettyAnnotatedScanner. 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)
-