Uses of Interface
jakarta.ws.rs.SeBootstrap.Configuration.Builder
Packages that use SeBootstrap.Configuration.Builder
Package
Description
High-level interfaces and annotations used to create RESTful service resources.
APIs that provide extensions to the types supported by the JAX-RS API.
-
Uses of SeBootstrap.Configuration.Builder in jakarta.ws.rs
Methods in jakarta.ws.rs that return SeBootstrap.Configuration.BuilderModifier and TypeMethodDescriptionSeBootstrap.Configuration.builder()
Creates a new bootstrap configuration builder instance.Optional convenience method to bulk-load external configuration.SeBootstrap.Configuration.Builder.from
(BiFunction<String, Class<T>, Optional<T>> propertiesProvider) Convenience method for bulk-loading configuration from a property supplier.Convenience method to set thehost
to be used.Convenience method to set theport
to be used.Sets the propertyname
to the providedvalue
.Convenience method to set theprotocol
to be used.Convenience method to set therootPath
to be used.SeBootstrap.Configuration.Builder.sslClientAuthentication
(SeBootstrap.Configuration.SSLClientAuthentication sslClientAuthentication) Convenience method to set SSL client authentication policy.SeBootstrap.Configuration.Builder.sslContext
(SSLContext sslContext) Convenience method to set thesslContext
to be used. -
Uses of SeBootstrap.Configuration.Builder in jakarta.ws.rs.ext
Methods in jakarta.ws.rs.ext that return SeBootstrap.Configuration.BuilderModifier and TypeMethodDescriptionabstract SeBootstrap.Configuration.Builder
RuntimeDelegate.createConfigurationBuilder()
Create a new instance of aSeBootstrap.Configuration.Builder
.