Annotation Type WebSocketScope


  • @Scope
    @Retention(RUNTIME)
    @Target({TYPE,FIELD,METHOD})
    @Inherited
    @Documented
    @Deprecated
    public @interface WebSocketScope
    Deprecated.
    A CDI Context Scope for a WebSocket Session / Endpoint

    CAUTION: 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.