Uses of Class
jakarta.websocket.ClientEndpointConfig.Configurator
-
Packages that use ClientEndpointConfig.Configurator Package Description jakarta.websocket This package contains all the Jakarta WebSocket APIs common to both the client and server side.org.glassfish.tyrus.spi Tyrus SPI. -
-
Uses of ClientEndpointConfig.Configurator in jakarta.websocket
Methods in jakarta.websocket that return ClientEndpointConfig.Configurator Modifier and Type Method Description ClientEndpointConfig.Configurator
ClientEndpointConfig. getConfigurator()
Return the custom configurator for this configuration.Methods in jakarta.websocket that return types with arguments of type ClientEndpointConfig.Configurator Modifier and Type Method Description java.lang.Class<? extends ClientEndpointConfig.Configurator>
configurator()
An optional custom configurator class that the developer would like to use to provide custom configuration of new instances of this endpoint.Methods in jakarta.websocket with parameters of type ClientEndpointConfig.Configurator Modifier and Type Method Description ClientEndpointConfig.Builder
ClientEndpointConfig.Builder. configurator(ClientEndpointConfig.Configurator clientEndpointConfigurator)
Sets the configurator object for the configuration this builder will build. -
Uses of ClientEndpointConfig.Configurator in org.glassfish.tyrus.spi
Subclasses of ClientEndpointConfig.Configurator in org.glassfish.tyrus.spi Modifier and Type Class Description class
TyrusClientEndpointConfigurator
Extended Configurator that can be used for subclassing the user provided configurator.
-