Uses of Class
org.glassfish.tyrus.core.cluster.ClusterContext
Package
Description
Core classes.
Cluster relates classes and interfaces.
-
Uses of ClusterContext in org.glassfish.tyrus.core
Modifier and TypeMethodDescriptionTyrusWebSocketEngine.TyrusWebSocketEngineBuilder.clusterContext
(ClusterContext clusterContext) SetClusterContext
.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 ClusterContext in org.glassfish.tyrus.core.cluster
ModifierConstructorDescriptionRemoteSession
(String sessionId, ClusterContext clusterContext, Map<RemoteSession.DistributedMapKey, Object> distributedPropertyMap, TyrusEndpointWrapper endpointWrapper, Session session) Constructor.