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
Fields in javax.websocket.server declared as ServerEndpointConfig.ConfiguratorModifier and TypeFieldDescriptionServerEndpointConfig.Configurator.containerDefaultConfigurator
DefaultServerEndpointConfig.serverEndpointConfigurator
ServerEndpointConfig.Builder.serverEndpointConfigurator
Methods in javax.websocket.server that return ServerEndpointConfig.ConfiguratorModifier and TypeMethodDescription(package private) static ServerEndpointConfig.Configurator
ServerEndpointConfig.Configurator.fetchContainerDefaultConfigurator()
DefaultServerEndpointConfig.getConfigurator()
Return the ServerEndpointConfiguratorServerEndpointConfig.getConfigurator()
Return theServerEndpointConfig.Configurator
this configuration is using.(package private) ServerEndpointConfig.Configurator
ServerEndpointConfig.Configurator.getContainerDefaultConfigurator()
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.Constructors in javax.websocket.server with parameters of type ServerEndpointConfig.ConfiguratorModifierConstructorDescription(package private)
DefaultServerEndpointConfig
(Class<?> endpointClass, String path, List<String> subprotocols, List<Extension> extensions, List<Class<? extends Encoder>> encoders, List<Class<? extends Decoder>> decoders, ServerEndpointConfig.Configurator serverEndpointConfigurator)