Uses of Interface
jakarta.ws.rs.core.Configuration
-
Packages that use Configuration 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.plugins.interceptors org.jboss.resteasy.spi org.jboss.resteasy.tracing org.jboss.resteasy.util -
-
Uses of Configuration in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client that return Configuration Modifier and Type Method Description ConfigurationClientRequestContext. getConfiguration()Get the immutable configuration of the request.Methods in jakarta.ws.rs.client with parameters of type Configuration Modifier and Type Method Description static 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 Configuration Modifier and Type Method Description ConfigurationConfigurable. 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 Configuration Modifier and Type Method Description abstract ResteasyClientBuilderResteasyClientBuilder. withConfig(Configuration config) -
Uses of Configuration in org.jboss.resteasy.client.jaxrs.internal
Classes in org.jboss.resteasy.client.jaxrs.internal that implement Configuration Modifier and Type Class Description classClientConfigurationclassLocalResteasyProviderFactoryA version of ResteasyProviderFactory which does not reference its parent after it is created.Methods in org.jboss.resteasy.client.jaxrs.internal that return Configuration Modifier and Type Method Description ConfigurationClientConfiguration. getConfiguration()ConfigurationClientInvocation. getConfiguration()ConfigurationClientRequestContextImpl. getConfiguration()ConfigurationClientWebTarget. getConfiguration()ConfigurationResteasyClientBuilderImpl. getConfiguration()ConfigurationResteasyClientImpl. getConfiguration()Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type Configuration Modifier and Type Method Description ResteasyClientBuilderImplResteasyClientBuilderImpl. withConfig(Configuration config) -
Uses of Configuration in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement Configuration Modifier and Type Class Description classThreadLocalResteasyProviderFactoryAllow applications to push/pop provider factories onto the stack.Methods in org.jboss.resteasy.core that return Configuration Modifier and Type Method Description ConfigurationThreadLocalResteasyProviderFactory. getConfiguration() -
Uses of Configuration in org.jboss.resteasy.core.providerfactory
Classes in org.jboss.resteasy.core.providerfactory that implement Configuration Modifier and Type Class Description classResteasyProviderFactoryDelegateA ResteasyProviderFactoryDelegate.classResteasyProviderFactoryImplMethods in org.jboss.resteasy.core.providerfactory that return Configuration Modifier and Type Method Description ConfigurationResteasyProviderFactoryDelegate. getConfiguration()ConfigurationResteasyProviderFactoryImpl. getConfiguration() -
Uses of Configuration in org.jboss.resteasy.plugins.interceptors
Methods in org.jboss.resteasy.plugins.interceptors with parameters of type Configuration Modifier and Type Method Description protected booleanServerContentEncodingAnnotationFeature. isGZipRegistered(Configuration configuration) -
Uses of Configuration in org.jboss.resteasy.spi
Classes in org.jboss.resteasy.spi that implement Configuration Modifier and Type Class Description classResteasyProviderFactory -
Uses of Configuration in org.jboss.resteasy.tracing
Methods in org.jboss.resteasy.tracing with parameters of type Configuration Modifier and Type Method Description static 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 Modifier and Type Method Description ConfigurationFeatureContextDelegate. getConfiguration()
-