Class JsrSessionFactory

java.lang.Object
org.eclipse.jetty.websocket.jsr356.JsrSessionFactory
All Implemented Interfaces:
org.eclipse.jetty.websocket.common.SessionFactory

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

  • Method Details

    • 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