Uses of Class
jakarta.websocket.server.ServerEndpointConfig.Configurator
Package
Description
This package contains all the Jakarta WebSocket APIs used only by server side applications.
Core classes.
-
Uses of ServerEndpointConfig.Configurator in jakarta.websocket.server
Modifier and TypeMethodDescriptionServerEndpointConfig.getConfigurator()
Return theServerEndpointConfig.Configurator
this configuration is using.ServerEndpointConfig.Configurator.getContainerDefaultConfigurator()
Return the platform default configurator.Modifier and TypeMethodDescriptionServerEndpointConfig.Builder.configurator
(ServerEndpointConfig.Configurator serverEndpointConfigurator) Sets the custom configurator to use on the configuration object built by this builder. -
Uses of ServerEndpointConfig.Configurator in org.glassfish.tyrus.core
Modifier and TypeClassDescriptionclass
Tyrus' implementation ofServerEndpointConfig.Configurator
.Modifier and TypeMethodDescriptionTyrusServerEndpointConfig.Builder.configurator
(ServerEndpointConfig.Configurator serverEndpointConfigurator) Sets the custom configurator to use on the configuration object built by this builder.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
.