Class JavaWebSocketSessionProducer


  • @Deprecated
    public class JavaWebSocketSessionProducer
    extends java.lang.Object
    Deprecated.
    Producer of Session instances
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      javax.websocket.Session getSession​(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JavaWebSocketSessionProducer

        public JavaWebSocketSessionProducer()
        Deprecated.
    • Method Detail

      • getSession

        @Produces
        public javax.websocket.Session getSession​(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
        Deprecated.