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 JettyAnnotatedMetadataJettyAnnotatedScanner. scan(Class<?> pojo)Methods in org.eclipse.jetty.websocket.common.events with parameters of type JettyAnnotatedMetadata Modifier and Type Method Description voidJettyAnnotatedScanner. onMethodAnnotation(JettyAnnotatedMetadata metadata, Class<?> pojo, Method method, Annotation annotation)Constructors in org.eclipse.jetty.websocket.common.events with parameters of type JettyAnnotatedMetadata Constructor Description JettyAnnotatedEventDriver(org.eclipse.jetty.websocket.api.WebSocketPolicy policy, Object websocket, JettyAnnotatedMetadata events)
-