Uses of Class
javax.websocket.server.ServerEndpointConfig.Configurator
Packages that use ServerEndpointConfig.Configurator
Package
Description
This package contains all the WebSocket APIs used only by server side
applications.
-
Uses of ServerEndpointConfig.Configurator in javax.websocket.server
Methods in javax.websocket.server that return ServerEndpointConfig.ConfiguratorModifier and TypeMethodDescriptionServerEndpointConfig.getConfigurator()Return theServerEndpointConfig.Configuratorthis configuration is using.Methods in javax.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.