Uses of Class
jakarta.websocket.ClientEndpointConfig.Configurator
Package
Description
This package contains all the Jakarta WebSocket APIs common to both the client and server side.
-
Uses of ClientEndpointConfig.Configurator in jakarta.websocket
Modifier and TypeMethodDescriptionClientEndpointConfig.getConfigurator()
Return the custom configurator for this configuration.Modifier and TypeMethodDescriptionClientEndpointConfig.Builder.configurator
(ClientEndpointConfig.Configurator clientEndpointConfigurator) Sets the configurator object for the configuration this builder will build.