Uses of Interface
jakarta.ws.rs.core.Configurable
-
Packages that use Configurable Package Description jakarta.ws.rs.client The JAX-RS client APIjakarta.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources.org.jboss.resteasy.client.jaxrs org.jboss.resteasy.client.jaxrs.internal org.jboss.resteasy.core org.jboss.resteasy.core.providerfactory org.jboss.resteasy.spi org.jboss.resteasy.util -
-
Uses of Configurable in jakarta.ws.rs.client
Subinterfaces of Configurable in jakarta.ws.rs.client Modifier and Type Interface Description interfaceClientClient is the main entry point to the fluent API used to build and execute client requests in order to consume responses returned.interfaceWebTargetA resource target identified by the resource URI.Classes in jakarta.ws.rs.client that implement Configurable Modifier and Type Class Description classClientBuilderMain entry point to the client API used to bootstrapClientinstances. -
Uses of Configurable in jakarta.ws.rs.core
Classes in jakarta.ws.rs.core with type parameters of type Configurable Modifier and Type Interface Description interfaceConfigurable<C extends Configurable>Represents a client or server-side configurable context in JAX-RS.Subinterfaces of Configurable in jakarta.ws.rs.core Modifier and Type Interface Description interfaceFeatureContextA configurable context passed toFeatureandDynamicFeatureinstances by JAX-RS runtime during the phase of their configuration. -
Uses of Configurable in org.jboss.resteasy.client.jaxrs
Subinterfaces of Configurable in org.jboss.resteasy.client.jaxrs Modifier and Type Interface Description interfaceResteasyClientinterfaceResteasyWebTargetClasses in org.jboss.resteasy.client.jaxrs that implement Configurable Modifier and Type Class Description classResteasyClientBuilderAbstraction for creating Clients. -
Uses of Configurable in org.jboss.resteasy.client.jaxrs.internal
Classes in org.jboss.resteasy.client.jaxrs.internal that implement Configurable Modifier and Type Class Description classClientConfigurationclassClientWebTargetclassLocalResteasyProviderFactoryA version of ResteasyProviderFactory which does not reference its parent after it is created.classResteasyClientBuilderImplAbstraction for creating Clients.classResteasyClientImpl -
Uses of Configurable in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement Configurable Modifier and Type Class Description classThreadLocalResteasyProviderFactoryAllow applications to push/pop provider factories onto the stack. -
Uses of Configurable in org.jboss.resteasy.core.providerfactory
Classes in org.jboss.resteasy.core.providerfactory that implement Configurable Modifier and Type Class Description classResteasyProviderFactoryDelegateA ResteasyProviderFactoryDelegate.classResteasyProviderFactoryImpl -
Uses of Configurable in org.jboss.resteasy.spi
Classes in org.jboss.resteasy.spi that implement Configurable Modifier and Type Class Description classResteasyProviderFactory -
Uses of Configurable in org.jboss.resteasy.util
Classes in org.jboss.resteasy.util that implement Configurable Modifier and Type Class Description classDynamicFeatureContextDelegateclassFeatureContextDelegateFields in org.jboss.resteasy.util declared as Configurable Modifier and Type Field Description protected Configurable<?>FeatureContextDelegate. configurableConstructors in org.jboss.resteasy.util with parameters of type Configurable Constructor Description DynamicFeatureContextDelegate(Configurable<?> configurable)FeatureContextDelegate(Configurable<?> configurable)
-