Uses of Class
org.glassfish.tyrus.core.TyrusServerEndpointConfig.Builder
Packages that use TyrusServerEndpointConfig.Builder
-
Uses of TyrusServerEndpointConfig.Builder in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core that return TyrusServerEndpointConfig.BuilderModifier and TypeMethodDescriptionTyrusServerEndpointConfig.Builder.configurator
(ServerEndpointConfig.Configurator serverEndpointConfigurator) Sets the custom configurator to use on the configuration object built by this builder.Creates the builder with the mandatory information of the endpoint class (programmatic or annotated), the relative URI or URI-template to use, and with no subprotocols, extensions, encoders, decoders or custom configurator.Sets the decoder implementation classes to use in the configuration.Sets the list of encoder implementation classes for this builder.TyrusServerEndpointConfig.Builder.extensions
(List<Extension> extensions) Sets the extensions to use in the configuration.TyrusServerEndpointConfig.Builder.maxSessions
(int maxSessions) Sets maximal number of open sessions.TyrusServerEndpointConfig.Builder.subprotocols
(List<String> subprotocols) Sets the subprotocols to use in the configuration.