Uses of Interface
jakarta.ws.rs.SeBootstrap.Configuration
-
Packages that use SeBootstrap.Configuration Package Description jakarta.ws.rs High-level interfaces and annotations used to create RESTful service resources.jakarta.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API.org.glassfish.jersey.internal Common Jersey internal API classes.org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.internal Jersey server-side internal classes. -
-
Uses of SeBootstrap.Configuration in jakarta.ws.rs
Methods in jakarta.ws.rs that return SeBootstrap.Configuration Modifier and Type Method Description SeBootstrap.ConfigurationSeBootstrap.Configuration.Builder. build()Builds a bootstrap configuration instance from the provided property values.SeBootstrap.ConfigurationSeBootstrap.Instance. configuration()Provides access to the configuration actually used by the implementation used to create this instance.Methods in jakarta.ws.rs with parameters of type SeBootstrap.Configuration Modifier and Type Method Description static CompletionStage<SeBootstrap.Instance>SeBootstrap. start(Application application, SeBootstrap.Configuration configuration)Starts the provided application using the specified configuration.static CompletionStage<SeBootstrap.Instance>SeBootstrap. start(Class<? extends Application> clazz, SeBootstrap.Configuration configuration)Starts the provided application using the specified configuration. -
Uses of SeBootstrap.Configuration in jakarta.ws.rs.ext
Methods in jakarta.ws.rs.ext with parameters of type SeBootstrap.Configuration Modifier and Type Method Description abstract CompletionStage<SeBootstrap.Instance>RuntimeDelegate. bootstrap(Application application, SeBootstrap.Configuration configuration)Perform startup of the application in Java SE environments.abstract CompletionStage<SeBootstrap.Instance>RuntimeDelegate. bootstrap(Class<? extends Application> clazz, SeBootstrap.Configuration configuration)Perform startup of the application in Java SE environments. -
Uses of SeBootstrap.Configuration in org.glassfish.jersey.internal
Methods in org.glassfish.jersey.internal with parameters of type SeBootstrap.Configuration Modifier and Type Method Description CompletionStage<SeBootstrap.Instance>RuntimeDelegateImpl. bootstrap(Application application, SeBootstrap.Configuration configuration)CompletionStage<SeBootstrap.Instance>RuntimeDelegateImpl. bootstrap(Class<? extends Application> applicationClass, SeBootstrap.Configuration configuration) -
Uses of SeBootstrap.Configuration in org.glassfish.jersey.server
Classes in org.glassfish.jersey.server that implement SeBootstrap.Configuration Modifier and Type Class Description classJerseySeBootstrapConfigurationJersey implementation ofSeBootstrap.Configurationimplementing arbitrary methods for acquiring the configuration settings.Methods in org.glassfish.jersey.server with parameters of type SeBootstrap.Configuration Modifier and Type Method Description static JerseySeBootstrapConfigurationJerseySeBootstrapConfiguration. from(SeBootstrap.Configuration configuration)Factory method creatingJerseySeBootstrapConfigurationwrapper aroundSeBootstrap.Configuration. -
Uses of SeBootstrap.Configuration in org.glassfish.jersey.server.internal
Methods in org.glassfish.jersey.server.internal with parameters of type SeBootstrap.Configuration Modifier and Type Method Description CompletableFuture<SeBootstrap.Instance>RuntimeDelegateImpl. bootstrap(Application application, SeBootstrap.Configuration configuration)CompletableFuture<SeBootstrap.Instance>RuntimeDelegateImpl. bootstrap(Class<? extends Application> applicationClass, SeBootstrap.Configuration configuration)
-