Uses of Interface
jakarta.ws.rs.core.Configuration
Packages that use Configuration
Package
Description
The JAX-RS client API
Low-level interfaces and annotations used to create RESTful service resources.
-
Uses of Configuration in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client that return ConfigurationModifier and TypeMethodDescriptionClientRequestContext.getConfiguration()Get the immutable configuration of the request.Methods in jakarta.ws.rs.client with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic ClientClientBuilder.newClient(Configuration configuration) Create a new custom-configuredClientinstance using the default client builder implementation class provided by the JAX-RS implementation provider.abstract ClientBuilderClientBuilder.withConfig(Configuration config) Set the internal configuration state to an externally provided configuration state. -
Uses of Configuration in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return ConfigurationModifier and TypeMethodDescriptionConfigurable.getConfiguration()Get a live view of an internal configuration state of this configurable instance. -
Uses of Configuration in org.jboss.resteasy.client.jaxrs
Methods in org.jboss.resteasy.client.jaxrs with parameters of type ConfigurationModifier and TypeMethodDescriptionabstract ResteasyClientBuilderResteasyClientBuilder.withConfig(Configuration config) -
Uses of Configuration in org.jboss.resteasy.client.jaxrs.api
Methods in org.jboss.resteasy.client.jaxrs.api that return ConfigurationModifier and TypeMethodDescriptionClientBuilderConfiguration.configuration()Returns theConfigurationfor theConfigurable.getConfiguration(). -
Uses of Configuration in org.jboss.resteasy.client.jaxrs.internal
Classes in org.jboss.resteasy.client.jaxrs.internal that implement ConfigurationModifier and TypeClassDescriptionclassclassA version of ResteasyProviderFactory which does not reference its parent after it is created.Methods in org.jboss.resteasy.client.jaxrs.internal that return ConfigurationModifier and TypeMethodDescriptionClientConfiguration.getConfiguration()ClientInvocation.getConfiguration()ClientRequestContextImpl.getConfiguration()ClientWebTarget.getConfiguration()ResteasyClientBuilderImpl.getConfiguration()ResteasyClientImpl.getConfiguration()Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type Configuration -
Uses of Configuration in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement ConfigurationModifier and TypeClassDescriptionfinal classAllow applications to push/pop provider factories onto the stack.Methods in org.jboss.resteasy.core that return Configuration -
Uses of Configuration in org.jboss.resteasy.core.providerfactory
Classes in org.jboss.resteasy.core.providerfactory that implement ConfigurationModifier and TypeClassDescriptionclassA ResteasyProviderFactoryDelegate.classMethods in org.jboss.resteasy.core.providerfactory that return ConfigurationModifier and TypeMethodDescriptionResteasyProviderFactoryDelegate.getConfiguration()ResteasyProviderFactoryImpl.getConfiguration() -
Uses of Configuration in org.jboss.resteasy.plugins.interceptors
Methods in org.jboss.resteasy.plugins.interceptors with parameters of type ConfigurationModifier and TypeMethodDescriptionprotected booleanServerContentEncodingAnnotationFeature.isGZipRegistered(Configuration configuration) -
Uses of Configuration in org.jboss.resteasy.spi
Classes in org.jboss.resteasy.spi that implement Configuration -
Uses of Configuration in org.jboss.resteasy.tracing
Methods in org.jboss.resteasy.tracing with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic RESTEasyTracingLoggerRESTEasyTracingLogger.create(String invocationId, Configuration configuration, String loggerNameSuffix) Create new Tracing logger.static StringRESTEasyTracingLogger.getTracingConfig(Configuration configuration) Return configuration type of tracing support according to application configuration.static StringRESTEasyTracingLogger.getTracingThreshold(Configuration configuration) Get application-wide tracing level threshold.static voidRESTEasyTracingLogger.initTracingSupport(Configuration configuration, HttpRequest request) According to configuration/request header it initializeRESTEasyTracingLoggerand put it to the request properties.static booleanRESTEasyTracingLogger.isTracingConfigALL(Configuration configuration) -
Uses of Configuration in org.jboss.resteasy.util
Methods in org.jboss.resteasy.util that return Configuration