Uses of Class
jakarta.websocket.server.ServerEndpointConfig.Configurator
-
Packages that use ServerEndpointConfig.Configurator Package Description jakarta.websocket.server This package contains all the Jakarta WebSocket APIs used only by server side applications.org.glassfish.tyrus.core Core classes. -
-
Uses of ServerEndpointConfig.Configurator in jakarta.websocket.server
Methods in jakarta.websocket.server that return ServerEndpointConfig.Configurator Modifier and Type Method Description ServerEndpointConfig.ConfiguratorServerEndpointConfig. getConfigurator()Return theServerEndpointConfig.Configuratorthis configuration is using.Methods in jakarta.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 jakarta.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. -
Uses of ServerEndpointConfig.Configurator in org.glassfish.tyrus.core
Subclasses of ServerEndpointConfig.Configurator in org.glassfish.tyrus.core Modifier and Type Class Description classTyrusServerEndpointConfiguratorTyrus' implementation ofServerEndpointConfig.Configurator.Methods in org.glassfish.tyrus.core with parameters of type ServerEndpointConfig.Configurator Modifier and Type Method Description TyrusServerEndpointConfig.BuilderTyrusServerEndpointConfig.Builder. configurator(ServerEndpointConfig.Configurator serverEndpointConfigurator)Sets the custom configurator to use on the configuration object built by this builder.Constructors in org.glassfish.tyrus.core with parameters of type ServerEndpointConfig.Configurator Constructor Description TyrusEndpointWrapper(Endpoint endpoint, EndpointConfig configuration, ComponentProviderService componentProvider, WebSocketContainer container, java.lang.String contextPath, ServerEndpointConfig.Configurator configurator, TyrusEndpointWrapper.SessionListener sessionListener, ClusterContext clusterContext, EndpointEventListener endpointEventListener, java.lang.Boolean parallelBroadcastEnabled)TyrusEndpointWrapper(java.lang.Class<? extends Endpoint> endpointClass, EndpointConfig configuration, ComponentProviderService componentProvider, WebSocketContainer container, java.lang.String contextPath, ServerEndpointConfig.Configurator configurator, TyrusEndpointWrapper.SessionListener sessionListener, ClusterContext clusterContext, EndpointEventListener endpointEventListener, java.lang.Boolean parallelBroadcastEnabled)CreateTyrusEndpointWrapperfor class that extendsEndpoint.
-