Class JsrSessionFactory

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

    public class JsrSessionFactory
    extends java.lang.Object
    implements org.eclipse.jetty.websocket.common.SessionFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.jetty.websocket.common.WebSocketSession createSession​(java.net.URI requestURI, org.eclipse.jetty.websocket.common.events.EventDriver websocket, org.eclipse.jetty.websocket.common.LogicalConnection connection)  
      boolean supports​(org.eclipse.jetty.websocket.common.events.EventDriver websocket)  
      • Methods inherited from class java.lang.Object

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

      • JsrSessionFactory

        public JsrSessionFactory​(ClientContainer container)
    • Method Detail

      • createSession

        public org.eclipse.jetty.websocket.common.WebSocketSession createSession​(java.net.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