Uses of Interface
jakarta.websocket.WebSocketContainer
Package
Description
This package contains all the Jakarta WebSocket APIs common to both the client and server side.
This package contains all the Jakarta WebSocket APIs used only by server side applications.
Common Client.
Grizzly Client container.
Core classes.
Cluster relates classes and interfaces.
Server implementation.
Tyrus SPI.
-
Uses of WebSocketContainer in jakarta.websocket
Modifier and TypeMethodDescriptionprotected abstract WebSocketContainer
ContainerProvider.getContainer()
Create a new instance of the the WebSocket container implementation.Session.getContainer()
Return the container that this session is part of.static WebSocketContainer
ContainerProvider.getWebSocketContainer()
Obtain a new instance of a WebSocketContainer. -
Uses of WebSocketContainer in jakarta.websocket.server
Modifier and TypeInterfaceDescriptioninterface
The ServerContainer is the specialized view of the WebSocketContainer available in server-side deployments. -
Uses of WebSocketContainer in org.glassfish.tyrus.client
Modifier and TypeMethodDescriptionstatic ClientManager
ClientManager.createClient
(WebSocketContainer webSocketContainer) Create new ClientManager instance on top of providedWebSocketContainer
instance.static ClientManager
ClientManager.createClient
(String containerProviderClassName, WebSocketContainer webSocketContainer) Create new ClientManager instance on top of providedWebSocketContainer
instance. -
Uses of WebSocketContainer in org.glassfish.tyrus.container.grizzly.client
Modifier and TypeMethodDescriptionprotected WebSocketContainer
GrizzlyContainerProvider.getContainer()
-
Uses of WebSocketContainer in org.glassfish.tyrus.core
Modifier and TypeMethodDescriptionTyrusWebSocketEngine.builder
(WebSocketContainer webSocketContainer) CreateTyrusWebSocketEngine.TyrusWebSocketEngineBuilder
instance based on passedWebSocketContainer
.ModifierConstructorDescriptionTyrusEndpointWrapper
(Endpoint endpoint, EndpointConfig configuration, ComponentProviderService componentProvider, WebSocketContainer container, String contextPath, ServerEndpointConfig.Configurator configurator, TyrusEndpointWrapper.SessionListener sessionListener, ClusterContext clusterContext, EndpointEventListener endpointEventListener, Boolean parallelBroadcastEnabled) TyrusEndpointWrapper
(Class<? extends Endpoint> endpointClass, EndpointConfig configuration, ComponentProviderService componentProvider, WebSocketContainer container, String contextPath, ServerEndpointConfig.Configurator configurator, TyrusEndpointWrapper.SessionListener sessionListener, ClusterContext clusterContext, EndpointEventListener endpointEventListener, Boolean parallelBroadcastEnabled) CreateTyrusEndpointWrapper
for class that extendsEndpoint
. -
Uses of WebSocketContainer in org.glassfish.tyrus.core.cluster
Modifier and TypeMethodDescriptionRemoteSession.getContainer()
This method is not supported onRemoteSession
. -
Uses of WebSocketContainer in org.glassfish.tyrus.server
-
Uses of WebSocketContainer in org.glassfish.tyrus.spi