Uses of Class
io.helidon.webserver.jersey.JerseySupport.Builder
Package
Description
-
Uses of JerseySupport.Builder in io.helidon.webserver.jersey
Modifier and TypeMethodDescriptionJerseySupport.Builder.asyncExecutorService
(ExecutorService executorService) Sets the executor service to use for a handling of asynchronous requests withAsyncResponse
.static JerseySupport.Builder
JerseySupport.builder()
CreatesJerseySupport
builder based on default emptyResourceConfig
.static JerseySupport.Builder
JerseySupport.builder
(Application application) CreatesJerseySupport
builder 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 theJerseySupport
is 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)