Uses of Class
javax.websocket.server.ServerEndpointConfig.Configurator
-
Packages that use ServerEndpointConfig.Configurator Package Description javax.websocket.server -
-
Uses of ServerEndpointConfig.Configurator in javax.websocket.server
Fields in javax.websocket.server declared as ServerEndpointConfig.Configurator Modifier and Type Field Description private ServerEndpointConfig.ConfiguratorServerEndpointConfig.Configurator. containerDefaultConfiguratorprivate ServerEndpointConfig.ConfiguratorDefaultServerEndpointConfig. serverEndpointConfiguratorprivate ServerEndpointConfig.ConfiguratorServerEndpointConfig.Builder. serverEndpointConfiguratorMethods in javax.websocket.server that return ServerEndpointConfig.Configurator Modifier and Type Method Description (package private) static ServerEndpointConfig.ConfiguratorServerEndpointConfig.Configurator. fetchContainerDefaultConfigurator()ServerEndpointConfig.ConfiguratorDefaultServerEndpointConfig. getConfigurator()Return the ServerEndpointConfiguratorServerEndpointConfig.ConfiguratorServerEndpointConfig. getConfigurator()Return theServerEndpointConfig.Configuratorthis configuration is using.(package private) ServerEndpointConfig.ConfiguratorServerEndpointConfig.Configurator. getContainerDefaultConfigurator()Methods in javax.websocket.server that return types with arguments of type ServerEndpointConfig.Configurator Modifier and Type Method Description java.lang.Class<? extends ServerEndpointConfig.Configurator>configurator()The optional custom configurator class that the developer would like to use to further configure new instances of this endpoint.Methods in javax.websocket.server with parameters of type ServerEndpointConfig.Configurator Modifier and Type Method Description ServerEndpointConfig.BuilderServerEndpointConfig.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.Configurator Constructor Description DefaultServerEndpointConfig(java.lang.Class<?> endpointClass, java.lang.String path, java.util.List<java.lang.String> subprotocols, java.util.List<Extension> extensions, java.util.List<java.lang.Class<? extends Encoder>> encoders, java.util.List<java.lang.Class<? extends Decoder>> decoders, ServerEndpointConfig.Configurator serverEndpointConfigurator)
-