Uses of Class
jakarta.websocket.server.ServerEndpointConfig.Configurator
-
Uses of ServerEndpointConfig.Configurator in jakarta.websocket.server
Methods in jakarta.websocket.server that return ServerEndpointConfig.ConfiguratorModifier and TypeMethodDescriptionServerEndpointConfig.getConfigurator()
Return theServerEndpointConfig.Configurator
this configuration is using.ServerEndpointConfig.Configurator.getContainerDefaultConfigurator()
Return the platform default configurator.Methods in jakarta.websocket.server with parameters of type ServerEndpointConfig.ConfiguratorModifier and TypeMethodDescriptionServerEndpointConfig.Builder.configurator
(ServerEndpointConfig.Configurator serverEndpointConfigurator) Sets the custom configurator to use on the configuration object built by this builder.