Package | Description |
---|---|
jakarta.websocket.server |
This package contains all the Jakarta WebSocket APIs used only by server side applications.
|
org.glassfish.tyrus.core |
Core classes.
|
Modifier and Type | Method and Description |
---|---|
ServerEndpointConfig.Configurator |
ServerEndpointConfig.getConfigurator()
Return the
ServerEndpointConfig.Configurator this configuration is using. |
Modifier and Type | Method and Description |
---|---|
ServerEndpointConfig.Builder |
ServerEndpointConfig.Builder.configurator(ServerEndpointConfig.Configurator serverEndpointConfigurator)
Sets the custom configurator to use on the configuration object built by this builder.
|
Modifier and Type | Class and Description |
---|---|
class |
TyrusServerEndpointConfigurator
Tyrus' implementation of
ServerEndpointConfig.Configurator . |
Modifier and Type | Method and Description |
---|---|
TyrusServerEndpointConfig.Builder |
TyrusServerEndpointConfig.Builder.configurator(ServerEndpointConfig.Configurator serverEndpointConfigurator)
Sets the custom configurator to use on the configuration
object built by this builder.
|
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)
|
Copyright © 2012–2020 Oracle Corporation. All rights reserved.