Package | Description |
---|---|
org.eclipse.jetty.websocket.common.events |
Jetty WebSocket Common : Event Driver for WebSocket Object
|
Modifier and Type | Field and Description |
---|---|
private JettyAnnotatedMetadata |
JettyAnnotatedEventDriver.events |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentHashMap<java.lang.Class<?>,JettyAnnotatedMetadata> |
JettyAnnotatedImpl.cache |
Modifier and Type | Method and Description |
---|---|
JettyAnnotatedMetadata |
JettyAnnotatedScanner.scan(java.lang.Class<?> pojo) |
Modifier and Type | Method and Description |
---|---|
void |
JettyAnnotatedScanner.onMethodAnnotation(JettyAnnotatedMetadata metadata,
java.lang.Class<?> pojo,
java.lang.reflect.Method method,
java.lang.annotation.Annotation annotation) |
Constructor and Description |
---|
JettyAnnotatedEventDriver(WebSocketPolicy policy,
java.lang.Object websocket,
JettyAnnotatedMetadata events) |