Class JsrSessionFactory

  • All Implemented Interfaces:
    org.eclipse.jetty.websocket.common.SessionFactory

    public class JsrSessionFactory
    extends Object
    implements org.eclipse.jetty.websocket.common.SessionFactory
    • Constructor Detail

      • JsrSessionFactory

        public JsrSessionFactory​(ClientContainer container)
    • Method Detail

      • createSession

        public org.eclipse.jetty.websocket.common.WebSocketSession createSession​(URI requestURI,
                                                                                 org.eclipse.jetty.websocket.common.events.EventDriver websocket,
                                                                                 org.eclipse.jetty.websocket.common.LogicalConnection connection)
        Specified by:
        createSession in interface org.eclipse.jetty.websocket.common.SessionFactory
      • supports

        public boolean supports​(org.eclipse.jetty.websocket.common.events.EventDriver websocket)
        Specified by:
        supports in interface org.eclipse.jetty.websocket.common.SessionFactory