Uses of Class
io.helidon.webserver.jersey.JerseySupport.Builder
Packages that use JerseySupport.Builder
Package
Description
-
Uses of JerseySupport.Builder in io.helidon.webserver.jersey
Methods in io.helidon.webserver.jersey that return JerseySupport.BuilderModifier and TypeMethodDescriptionJerseySupport.Builder.asyncExecutorService(ExecutorService executorService) Sets the executor service to use for a handling of asynchronous requests withAsyncResponse.static JerseySupport.BuilderJerseySupport.builder()CreatesJerseySupportbuilder based on default emptyResourceConfig.static JerseySupport.BuilderJerseySupport.builder(Application application) CreatesJerseySupportbuilder based on a passed application.Update configuration from Config.JerseySupport.Builder.executorService(ExecutorService executorService) Sets the executor service to use for a handling of request that matches a path where theJerseySupportis registered.JerseySupport.Builder.injectionManager(org.glassfish.jersey.internal.inject.InjectionManager injectionManager) Sets a Jersey injection manager to enable sharing across multiple JAX-RS applications in the same Helidon application.JerseySupport.Builder.registerResources(Resource... resources)