Uses of Interface
jakarta.ws.rs.client.ClientRequestFilter
Packages that use ClientRequestFilter
Package
Description
-
Uses of ClientRequestFilter in org.jboss.resteasy.client.jaxrs.cache
Classes in org.jboss.resteasy.client.jaxrs.cache that implement ClientRequestFilter -
Uses of ClientRequestFilter in org.jboss.resteasy.client.jaxrs.internal
Classes in org.jboss.resteasy.client.jaxrs.internal that implement ClientRequestFilterModifier and TypeClassDescriptionclassClient filter that will do basic authentication.classClient filter that will attach authorization header with either HTTP Basic auth or Bearer token auth.Methods in org.jboss.resteasy.client.jaxrs.internal that return ClientRequestFilterModifier and TypeMethodDescriptionClientConfiguration.getRequestFilters(Class declaring, AccessibleObject target) ClientInvocation.getRequestFilters() -
Uses of ClientRequestFilter in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return types with arguments of type ClientRequestFilterModifier and TypeMethodDescriptionThreadLocalResteasyProviderFactory.getClientRequestFilterRegistry() -
Uses of ClientRequestFilter in org.jboss.resteasy.core.interception.jaxrs
Method parameters in org.jboss.resteasy.core.interception.jaxrs with type arguments of type ClientRequestFilterModifier and TypeMethodDescriptionvoidClientRequestFilterRegistryImpl.registerClass(Class<? extends ClientRequestFilter> declaring) voidClientRequestFilterRegistryImpl.registerClass(Class<? extends ClientRequestFilter> declaring, int priority) -
Uses of ClientRequestFilter in org.jboss.resteasy.core.providerfactory
Fields in org.jboss.resteasy.core.providerfactory with type parameters of type ClientRequestFilterModifier and TypeFieldDescriptionprotected JaxrsInterceptorRegistry<ClientRequestFilter>ClientHelper.requestFiltersMethods in org.jboss.resteasy.core.providerfactory that return types with arguments of type ClientRequestFilterModifier and TypeMethodDescriptionResteasyProviderFactoryDelegate.getClientRequestFilterRegistry()ResteasyProviderFactoryImpl.getClientRequestFilterRegistry()ClientHelper.getRequestFilters()NOOPClientHelper.getRequestFilters()protected JaxrsInterceptorRegistry<ClientRequestFilter>ClientHelper.getRequestFiltersForWrite()protected JaxrsInterceptorRegistry<ClientRequestFilter>NOOPClientHelper.getRequestFiltersForWrite() -
Uses of ClientRequestFilter in org.jboss.resteasy.plugins.interceptors
Classes in org.jboss.resteasy.plugins.interceptors that implement ClientRequestFilterModifier and TypeClassDescriptionclassMust be used in conjunction with GZIPDecodingInterceptor -
Uses of ClientRequestFilter in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return types with arguments of type ClientRequestFilterModifier and TypeMethodDescriptionabstract JaxrsInterceptorRegistry<ClientRequestFilter>ResteasyProviderFactory.getClientRequestFilterRegistry()