Uses of Class
javax.websocket.server.ServerEndpointConfig.Configurator
Packages that use ServerEndpointConfig.Configurator
-
Uses of ServerEndpointConfig.Configurator in javax.websocket.server
Fields in javax.websocket.server declared as ServerEndpointConfig.ConfiguratorModifier and TypeFieldDescriptionServerEndpointConfig.Configurator.containerDefaultConfiguratorDefaultServerEndpointConfig.serverEndpointConfiguratorServerEndpointConfig.Builder.serverEndpointConfiguratorMethods in javax.websocket.server that return ServerEndpointConfig.ConfiguratorModifier and TypeMethodDescription(package private) static ServerEndpointConfig.ConfiguratorServerEndpointConfig.Configurator.fetchContainerDefaultConfigurator()DefaultServerEndpointConfig.getConfigurator()Return the ServerEndpointConfiguratorServerEndpointConfig.getConfigurator()Return theServerEndpointConfig.Configuratorthis configuration is using.(package private) ServerEndpointConfig.ConfiguratorServerEndpointConfig.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)