Uses of Interface
jakarta.websocket.WebSocketContainer
Packages that use 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
Methods in jakarta.websocket that return WebSocketContainerModifier 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
Subinterfaces of WebSocketContainer in jakarta.websocket.serverModifier and TypeInterfaceDescriptioninterface
The ServerContainer is the specialized view of the WebSocketContainer available in server-side deployments. -
Uses of WebSocketContainer in org.glassfish.tyrus.client
Classes in org.glassfish.tyrus.client that implement WebSocketContainerMethods in org.glassfish.tyrus.client with parameters of type WebSocketContainerModifier 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
Methods in org.glassfish.tyrus.container.grizzly.client that return WebSocketContainerModifier and TypeMethodDescriptionprotected WebSocketContainer
GrizzlyContainerProvider.getContainer()
-
Uses of WebSocketContainer in org.glassfish.tyrus.core
Classes in org.glassfish.tyrus.core that implement WebSocketContainerMethods in org.glassfish.tyrus.core that return WebSocketContainerMethods in org.glassfish.tyrus.core with parameters of type WebSocketContainerModifier and TypeMethodDescriptionTyrusWebSocketEngine.builder
(WebSocketContainer webSocketContainer) CreateTyrusWebSocketEngine.TyrusWebSocketEngineBuilder
instance based on passedWebSocketContainer
.Constructors in org.glassfish.tyrus.core with parameters of type WebSocketContainerModifierConstructorDescriptionTyrusEndpointWrapper
(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
Methods in org.glassfish.tyrus.core.cluster that return WebSocketContainerModifier and TypeMethodDescriptionRemoteSession.getContainer()
This method is not supported onRemoteSession
. -
Uses of WebSocketContainer in org.glassfish.tyrus.server
Classes in org.glassfish.tyrus.server that implement WebSocketContainer -
Uses of WebSocketContainer in org.glassfish.tyrus.spi
Subinterfaces of WebSocketContainer in org.glassfish.tyrus.spi