Uses of Interface
jakarta.websocket.WebSocketContainer
-
Packages that use WebSocketContainer Package Description jakarta.websocket This package contains all the Jakarta WebSocket APIs common to both the client and server side.jakarta.websocket.server org.glassfish.tyrus.client Common Client.org.glassfish.tyrus.container.jdk.client JDK Client container based on JDK 7 NIO framework.org.glassfish.tyrus.core Core classes.org.glassfish.tyrus.core.cluster Cluster relates classes and interfaces.org.glassfish.tyrus.spi Tyrus SPI. -
-
Uses of WebSocketContainer in jakarta.websocket
Methods in jakarta.websocket that return WebSocketContainer Modifier and Type Method Description protected abstract WebSocketContainerContainerProvider. getContainer()Create a new instance of the the WebSocket container implementation.WebSocketContainerSession. getContainer()Return the container that this session is part of.static WebSocketContainerContainerProvider. getWebSocketContainer()Obtain a new instance of a WebSocketContainer. -
Uses of WebSocketContainer in jakarta.websocket.server
Subinterfaces of WebSocketContainer in jakarta.websocket.server with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Interface Description interfacejakarta.websocket.server.ServerContainer -
Uses of WebSocketContainer in org.glassfish.tyrus.client
Classes in org.glassfish.tyrus.client that implement WebSocketContainer Modifier and Type Class Description classClientManagerClientManager implementation.Methods in org.glassfish.tyrus.client with parameters of type WebSocketContainer Modifier and Type Method Description static ClientManagerClientManager. createClient(WebSocketContainer webSocketContainer)Create new ClientManager instance on top of providedWebSocketContainerinstance.static ClientManagerClientManager. createClient(java.lang.String containerProviderClassName, WebSocketContainer webSocketContainer)Create new ClientManager instance on top of providedWebSocketContainerinstance. -
Uses of WebSocketContainer in org.glassfish.tyrus.container.jdk.client
Methods in org.glassfish.tyrus.container.jdk.client that return WebSocketContainer Modifier and Type Method Description protected WebSocketContainerJdkContainerProvider. getContainer() -
Uses of WebSocketContainer in org.glassfish.tyrus.core
Classes in org.glassfish.tyrus.core that implement WebSocketContainer Modifier and Type Class Description classBaseContainerBase WebSocket container.Methods in org.glassfish.tyrus.core that return WebSocketContainer Modifier and Type Method Description WebSocketContainerTyrusSession. getContainer()Methods in org.glassfish.tyrus.core with parameters of type WebSocketContainer Modifier and Type Method Description static TyrusWebSocketEngine.TyrusWebSocketEngineBuilderTyrusWebSocketEngine. builder(WebSocketContainer webSocketContainer)CreateTyrusWebSocketEngine.TyrusWebSocketEngineBuilderinstance based on passedWebSocketContainer.Constructors in org.glassfish.tyrus.core with parameters of type WebSocketContainer Constructor Description TyrusEndpointWrapper(Endpoint endpoint, EndpointConfig configuration, ComponentProviderService componentProvider, WebSocketContainer container, java.lang.String contextPath, jakarta.websocket.server.ServerEndpointConfig.Configurator configurator, TyrusEndpointWrapper.SessionListener sessionListener, ClusterContext clusterContext, EndpointEventListener endpointEventListener, java.lang.Boolean parallelBroadcastEnabled)TyrusEndpointWrapper(java.lang.Class<? extends Endpoint> endpointClass, EndpointConfig configuration, ComponentProviderService componentProvider, WebSocketContainer container, java.lang.String contextPath, jakarta.websocket.server.ServerEndpointConfig.Configurator configurator, TyrusEndpointWrapper.SessionListener sessionListener, ClusterContext clusterContext, EndpointEventListener endpointEventListener, java.lang.Boolean parallelBroadcastEnabled)CreateTyrusEndpointWrapperfor class that extendsEndpoint. -
Uses of WebSocketContainer in org.glassfish.tyrus.core.cluster
Methods in org.glassfish.tyrus.core.cluster that return WebSocketContainer Modifier and Type Method Description WebSocketContainerRemoteSession. getContainer()This method is not supported onRemoteSession. -
Uses of WebSocketContainer in org.glassfish.tyrus.spi
Subinterfaces of WebSocketContainer in org.glassfish.tyrus.spi Modifier and Type Interface Description interfaceServerContainerHTTP server abstraction.
-