Uses of Class
javax.websocket.server.ServerEndpointConfig.Configurator
-
Packages that use ServerEndpointConfig.Configurator Package Description javax.websocket.server 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.Configurator Modifier and Type Method Description ServerEndpointConfig.Configurator
ServerEndpointConfig. getConfigurator()
Return theServerEndpointConfig.Configurator
this configuration is using.Methods in javax.websocket.server that return types with arguments of type ServerEndpointConfig.Configurator Modifier and Type Method Description 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.Builder
ServerEndpointConfig.Builder. configurator(ServerEndpointConfig.Configurator serverEndpointConfigurator)
Sets the custom configurator to use on the configuration object built by this builder.
-