Uses of Interface
jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Packages that use SeBootstrap.Configuration.Builder 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.jboss.resteasy.core.providerfactory org.jboss.resteasy.core.se -
-
Uses of SeBootstrap.Configuration.Builder in jakarta.ws.rs
Methods in jakarta.ws.rs that return SeBootstrap.Configuration.Builder Modifier and Type Method Description static SeBootstrap.Configuration.BuilderSeBootstrap.Configuration. builder()Creates a new bootstrap configuration builder instance.default SeBootstrap.Configuration.BuilderSeBootstrap.Configuration.Builder. from(Object externalConfig)Optional convenience method to bulk-load external configuration.<T> SeBootstrap.Configuration.BuilderSeBootstrap.Configuration.Builder. from(BiFunction<String,Class<T>,Optional<T>> propertiesProvider)Convenience method for bulk-loading configuration from a property supplier.default SeBootstrap.Configuration.BuilderSeBootstrap.Configuration.Builder. host(String host)Convenience method to set thehostto be used.default SeBootstrap.Configuration.BuilderSeBootstrap.Configuration.Builder. port(Integer port)Convenience method to set theportto be used.SeBootstrap.Configuration.BuilderSeBootstrap.Configuration.Builder. property(String name, Object value)Sets the propertynameto the providedvalue.default SeBootstrap.Configuration.BuilderSeBootstrap.Configuration.Builder. protocol(String protocol)Convenience method to set theprotocolto be used.default SeBootstrap.Configuration.BuilderSeBootstrap.Configuration.Builder. rootPath(String rootPath)Convenience method to set therootPathto be used.default SeBootstrap.Configuration.BuilderSeBootstrap.Configuration.Builder. sslClientAuthentication(SeBootstrap.Configuration.SSLClientAuthentication sslClientAuthentication)Convenience method to set SSL client authentication policy.default SeBootstrap.Configuration.BuilderSeBootstrap.Configuration.Builder. sslContext(SSLContext sslContext)Convenience method to set thesslContextto be used. -
Uses of SeBootstrap.Configuration.Builder in jakarta.ws.rs.ext
Methods in jakarta.ws.rs.ext that return SeBootstrap.Configuration.Builder Modifier and Type Method Description abstract SeBootstrap.Configuration.BuilderRuntimeDelegate. createConfigurationBuilder()Create a new instance of aSeBootstrap.Configuration.Builder. -
Uses of SeBootstrap.Configuration.Builder in org.jboss.resteasy.core.providerfactory
Methods in org.jboss.resteasy.core.providerfactory that return SeBootstrap.Configuration.Builder Modifier and Type Method Description SeBootstrap.Configuration.BuilderResteasyProviderFactoryDelegate. createConfigurationBuilder()SeBootstrap.Configuration.BuilderResteasyProviderFactoryImpl. createConfigurationBuilder() -
Uses of SeBootstrap.Configuration.Builder in org.jboss.resteasy.core.se
Methods in org.jboss.resteasy.core.se that return SeBootstrap.Configuration.Builder Modifier and Type Method Description static SeBootstrap.Configuration.BuilderResteasySeConfiguration. builder()Creates a new configuration builder.
-