Annotation Type WebSocketScope
-
@Scope @Retention(RUNTIME) @Target({TYPE,FIELD,METHOD}) @Inherited @Documented @Deprecated public @interface WebSocketScopeDeprecated.A CDI Context Scope for a WebSocket Session / EndpointCAUTION: This is a highly speculative scope defined by Jetty. One that will likely be replaced by a formal spec later
At the time of implementation (of this scope), no standard scope exists for websocket session lifecycle.