Uses of Class
org.eclipse.jetty.websocket.common.events.JettyAnnotatedMetadata
Packages that use JettyAnnotatedMetadata
Package
Description
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 JettyAnnotatedMetadataModifier and TypeFieldDescriptionprivate final JettyAnnotatedMetadata
JettyAnnotatedEventDriver.events
Fields in org.eclipse.jetty.websocket.common.events with type parameters of type JettyAnnotatedMetadataModifier and TypeFieldDescriptionprivate ConcurrentHashMap
<Class<?>, JettyAnnotatedMetadata> JettyAnnotatedImpl.cache
Methods in org.eclipse.jetty.websocket.common.events that return JettyAnnotatedMetadataModifier and TypeMethodDescriptionMethods in org.eclipse.jetty.websocket.common.events with parameters of type JettyAnnotatedMetadataModifier and TypeMethodDescriptionvoid
JettyAnnotatedScanner.onMethodAnnotation
(JettyAnnotatedMetadata metadata, Class<?> pojo, Method method, Annotation annotation) Constructors in org.eclipse.jetty.websocket.common.events with parameters of type JettyAnnotatedMetadataModifierConstructorDescriptionJettyAnnotatedEventDriver
(WebSocketPolicy policy, Object websocket, JettyAnnotatedMetadata events)