Uses of Class
jakarta.websocket.server.ServerEndpointConfig.Configurator
Package
Description
This package contains all the Jakarta WebSocket APIs used only by server side applications.
-
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.