| Package | Description |
|---|---|
| org.glassfish.tyrus.core |
Core classes.
|
| org.glassfish.tyrus.core.cluster |
Cluster relates classes and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
TyrusWebSocketEngine.TyrusWebSocketEngineBuilder |
TyrusWebSocketEngine.TyrusWebSocketEngineBuilder.clusterContext(ClusterContext clusterContext)
Set
ClusterContext. |
| Constructor and Description |
|---|
TyrusEndpointWrapper(java.lang.Class<? extends Endpoint> endpointClass,
EndpointConfig configuration,
ComponentProviderService componentProvider,
WebSocketContainer container,
java.lang.String contextPath,
ServerEndpointConfig.Configurator configurator,
TyrusEndpointWrapper.SessionListener sessionListener,
ClusterContext clusterContext,
EndpointEventListener endpointEventListener,
java.lang.Boolean parallelBroadcastEnabled)
Create
TyrusEndpointWrapper for class that extends Endpoint. |
TyrusEndpointWrapper(Endpoint endpoint,
EndpointConfig configuration,
ComponentProviderService componentProvider,
WebSocketContainer container,
java.lang.String contextPath,
ServerEndpointConfig.Configurator configurator,
TyrusEndpointWrapper.SessionListener sessionListener,
ClusterContext clusterContext,
EndpointEventListener endpointEventListener,
java.lang.Boolean parallelBroadcastEnabled)
|
| Constructor and Description |
|---|
RemoteSession(java.lang.String sessionId,
ClusterContext clusterContext,
java.util.Map<RemoteSession.DistributedMapKey,java.lang.Object> distributedPropertyMap,
TyrusEndpointWrapper endpointWrapper,
Session session)
Constructor.
|
Copyright © 2012–2025 Oracle Corporation. All rights reserved.