Uses of Interface
org.eclipse.jetty.websocket.common.SessionFactory
Packages that use SessionFactory
Package
Description
Jetty WebSocket Client API
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Server : Implementation [Internal Use Only]
-
Uses of SessionFactory in org.eclipse.jetty.websocket.client
Fields in org.eclipse.jetty.websocket.client declared as SessionFactoryMethods in org.eclipse.jetty.websocket.client that return SessionFactoryModifier and TypeMethodDescriptionWebSocketClient.getSessionFactory()
private SessionFactory
WebSocketUpgradeRequest.getSessionFactory()
Methods in org.eclipse.jetty.websocket.client with parameters of type SessionFactoryModifier and TypeMethodDescriptionvoid
WebSocketClient.setSessionFactory
(SessionFactory sessionFactory) Constructors in org.eclipse.jetty.websocket.client with parameters of type SessionFactoryModifierConstructorDescriptionWebSocketClient
(WebSocketContainerScope scope, EventDriverFactory eventDriverFactory, SessionFactory sessionFactory) Deprecated.WebSocketClient
(WebSocketContainerScope scope, EventDriverFactory eventDriverFactory, SessionFactory sessionFactory, org.eclipse.jetty.client.HttpClient httpClient) Create WebSocketClient based on pre-existing Container Scope, to allow sharing of internal features like Executor, ByteBufferPool, SSLContextFactory, etc. -
Uses of SessionFactory in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement SessionFactoryModifier and TypeClassDescriptionclass
Default Session factory, creating WebSocketSession objects. -
Uses of SessionFactory in org.eclipse.jetty.websocket.jsr356
Classes in org.eclipse.jetty.websocket.jsr356 that implement SessionFactory -
Uses of SessionFactory in org.eclipse.jetty.websocket.server
Fields in org.eclipse.jetty.websocket.server with type parameters of type SessionFactoryModifier and TypeFieldDescriptionprivate final List<SessionFactory>
WebSocketServerFactory.sessionFactories
Methods in org.eclipse.jetty.websocket.server with parameters of type SessionFactoryModifier and TypeMethodDescriptionvoid
WebSocketServerFactory.addSessionFactory
(SessionFactory sessionFactory)
WebSocketClient(WebSocketContainerScope, EventDriverFactory, SessionFactory, HttpClient)
instead