A B C D E F G H I K L M N O P Q R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(long, long) - Static method in class org.jboss.resteasy.microprofile.client.publisher.Subscriptions
-
Adds two long values and caps the sum at Long.MAX_VALUE.
- add(AtomicLong, long) - Static method in class org.jboss.resteasy.microprofile.client.publisher.Subscriptions
-
Atomically adds the positive value n to the requested value in the AtomicLong and caps the result at Long.MAX_VALUE and returns the previous value.
- addHeaders(MultivaluedMap<String, String>) - Method in class org.jboss.resteasy.microprofile.client.header.ClientHeaderProvider
-
add headers to headers map
- asyncInterceptorFactories - Variable in class org.jboss.resteasy.microprofile.client.impl.MpClientBuilderImpl
- AsyncInterceptorRxInvoker - Class in org.jboss.resteasy.microprofile.client.async
- AsyncInterceptorRxInvoker(SyncInvoker) - Constructor for class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- AsyncInterceptorRxInvoker(SyncInvoker, ExecutorService) - Constructor for class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- AsyncInterceptorRxInvokerProvider - Class in org.jboss.resteasy.microprofile.client.async
- AsyncInterceptorRxInvokerProvider() - Constructor for class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvokerProvider
- asyncInvocationExecutor() - Method in class org.jboss.resteasy.microprofile.client.impl.MpClientInvocation
- awaitTermination(long, TimeUnit) - Method in class org.jboss.resteasy.microprofile.client.async.ExecutorServiceWrapper
B
- baseUri(URI) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- baseUrl(URL) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- bufferEntity() - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- build(Class<T>) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- BuilderResolver - Class in org.jboss.resteasy.microprofile.client
- BuilderResolver() - Constructor for class org.jboss.resteasy.microprofile.client.BuilderResolver
C
- candidates - Variable in exception org.jboss.resteasy.microprofile.client.ExceptionMapping.HandlerException
- castToListOfStrings(List<Object>) - Static method in class org.jboss.resteasy.microprofile.client.utils.ListCastUtils
- clear() - Method in class org.jboss.resteasy.microprofile.client.publisher.SpscLinkedArrayQueue
- clearBeanManager() - Static method in class org.jboss.resteasy.microprofile.client.RestClientExtension
-
Deprecated.this method is not supported and will eventually be deleted
- ClientHeaderFillingException - Exception in org.jboss.resteasy.microprofile.client.header
-
Thrown on errors in generating header values
- ClientHeaderFillingException(String, Throwable) - Constructor for exception org.jboss.resteasy.microprofile.client.header.ClientHeaderFillingException
- ClientHeaderProvider - Class in org.jboss.resteasy.microprofile.client.header
- ClientHeaderProviders - Class in org.jboss.resteasy.microprofile.client.header
-
A storage of
ClientHeaderProviders - ClientHeadersRequestFilter - Class in org.jboss.resteasy.microprofile.client.header
-
First the headers from `@ClientHeaderParam` annotations are applied, they can be overwritten by JAX-RS `@HeaderParam` (coming in the `requestContext`) Then, if a `ClientHeadersFactory` is defined, all the headers, together with incoming container headers, are passed to it and it can overwrite them.
- ClientHeadersRequestFilter() - Constructor for class org.jboss.resteasy.microprofile.client.header.ClientHeadersRequestFilter
- clientQueryParam(String, Object...) - Method in class org.jboss.resteasy.microprofile.client.impl.MpUriBuilder
- ClientRequestContextUtils - Class in org.jboss.resteasy.microprofile.client.utils
-
A utility class to pull out common operations on
ClientRequestContext - clone() - Method in class org.jboss.resteasy.microprofile.client.impl.MpUriBuilder
- close() - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- close() - Method in interface org.jboss.resteasy.microprofile.client.RestClientProxy
-
Release/close all associated resources, including the underlying
Clientinstance. - ConfigurationWrapper - Class in org.jboss.resteasy.microprofile.client
- ConfigurationWrapper(Configuration) - Constructor for class org.jboss.resteasy.microprofile.client.ConfigurationWrapper
- connectTimeout(long, TimeUnit) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- construct(Class<?>) - Static method in class org.jboss.resteasy.microprofile.client.RestClientExtension
-
Deprecated.this method is not supported and will eventually be deleted
- CONTAINER_HEADERS - Static variable in class org.jboss.resteasy.microprofile.client.impl.MpClientInvocation
- create(CreationalContext<Object>) - Method in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- createClientInvocation(ClientInvocation) - Method in class org.jboss.resteasy.microprofile.client.impl.MpClientInvocationBuilder
- createClientInvocation(ResteasyClient, URI, ClientRequestHeaders, ClientConfiguration) - Method in class org.jboss.resteasy.microprofile.client.impl.MpClientInvocationBuilder
- createClientInvocationBuilder(ResteasyClient, URI, ClientConfiguration) - Method in class org.jboss.resteasy.microprofile.client.impl.MpClientWebTarget
- createClientWebTarget(ResteasyClientImpl, String, ClientConfiguration) - Method in class org.jboss.resteasy.microprofile.client.impl.MpClient
- createClientWebTarget(ResteasyClientImpl, URI, ClientConfiguration) - Method in class org.jboss.resteasy.microprofile.client.impl.MpClient
- createClientWebTarget(ResteasyClientImpl, UriBuilder, ClientConfiguration) - Method in class org.jboss.resteasy.microprofile.client.impl.MpClient
- createFiller(String, String, boolean, Class<?>, Object) - Method in interface org.jboss.resteasy.microprofile.client.header.HeaderFillerFactory
-
Creates
HeaderFiller, will be called once for each method withClientHeaderParamannotation - createProxy(AfterBeanDiscovery, BeanManager) - Method in class org.jboss.resteasy.microprofile.client.RestClientExtension
- createResteasyClient(ClientHttpEngine, ExecutorService, boolean, ScheduledExecutorService, ClientConfiguration) - Method in class org.jboss.resteasy.microprofile.client.impl.MpClientBuilderImpl
D
- decorate(Runnable) - Method in interface org.jboss.resteasy.microprofile.client.async.ExecutorServiceWrapper.Decorator
- decorate(Runnable) - Method in class org.jboss.resteasy.microprofile.client.impl.MpClientInvocation.Decorator
- decorate(Callable<T>) - Method in interface org.jboss.resteasy.microprofile.client.async.ExecutorServiceWrapper.Decorator
- decorate(Callable<V>) - Method in class org.jboss.resteasy.microprofile.client.impl.MpClientInvocation.Decorator
- Decorator(List<AsyncInvocationInterceptor>) - Constructor for class org.jboss.resteasy.microprofile.client.impl.MpClientInvocation.Decorator
- DefaultMediaTypeFilter - Class in org.jboss.resteasy.microprofile.client
- DefaultMediaTypeFilter() - Constructor for class org.jboss.resteasy.microprofile.client.DefaultMediaTypeFilter
- DefaultResponseExceptionMapper - Class in org.jboss.resteasy.microprofile.client
- DefaultResponseExceptionMapper() - Constructor for class org.jboss.resteasy.microprofile.client.DefaultResponseExceptionMapper
- delete() - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- delete(Class<T>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- delete(GenericType<T>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- destroy(Object, CreationalContext<Object>) - Method in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
E
- ExceptionMapping - Class in org.jboss.resteasy.microprofile.client
-
This implementation is a bit of a hack and dependent on Resteasy internals.
- ExceptionMapping(Set<Object>) - Constructor for class org.jboss.resteasy.microprofile.client.ExceptionMapping
- ExceptionMapping.HandlerException - Exception in org.jboss.resteasy.microprofile.client
- execute(Runnable) - Method in class org.jboss.resteasy.microprofile.client.async.ExecutorServiceWrapper
- executorService(ExecutorService) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- ExecutorServiceWrapper - Class in org.jboss.resteasy.microprofile.client.async
-
TODO: replace with a proper RestEasy solution to trigger code within the async thread when it's implemented
- ExecutorServiceWrapper(ExecutorService, ExecutorServiceWrapper.Decorator) - Constructor for class org.jboss.resteasy.microprofile.client.async.ExecutorServiceWrapper
- ExecutorServiceWrapper.Decorator - Interface in org.jboss.resteasy.microprofile.client.async
F
- filter(ClientRequestContext) - Method in class org.jboss.resteasy.microprofile.client.header.ClientHeadersRequestFilter
- filter(ClientRequestContext) - Method in class org.jboss.resteasy.microprofile.client.MethodInjectionFilter
- filter(ClientRequestContext, ClientResponseContext) - Method in class org.jboss.resteasy.microprofile.client.DefaultMediaTypeFilter
- filter(ClientRequestContext, ClientResponseContext) - Method in class org.jboss.resteasy.microprofile.client.ExceptionMapping
- filterRequest(ClientRequestContextImpl) - Method in class org.jboss.resteasy.microprofile.client.impl.MpClientInvocation
- followRedirects(boolean) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
G
- generateValues() - Method in interface org.jboss.resteasy.microprofile.client.header.HeaderFiller
- get() - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- get() - Static method in class org.jboss.resteasy.microprofile.client.RestClientListeners
- get(Class<T>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- get(GenericType<T>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- getAcceptableLanguages() - Method in class org.jboss.resteasy.microprofile.client.header.HttpHeadersContextProvider
- getAcceptableMediaTypes() - Method in class org.jboss.resteasy.microprofile.client.header.HttpHeadersContextProvider
- getAllowedMethods() - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- getBeanClass() - Method in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- getClasses() - Method in class org.jboss.resteasy.microprofile.client.ConfigurationWrapper
- getClient() - Method in interface org.jboss.resteasy.microprofile.client.RestClientProxy
- getConfiguration() - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- getConfigurationWrapper() - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- getConstructor() - Method in class org.jboss.resteasy.microprofile.client.InvocationContextImpl
- getContextData() - Method in class org.jboss.resteasy.microprofile.client.InvocationContextImpl
- getContracts(Class<?>) - Method in class org.jboss.resteasy.microprofile.client.ConfigurationWrapper
- getCookies() - Method in class org.jboss.resteasy.microprofile.client.header.HttpHeadersContextProvider
- getCookies() - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- getDate() - Method in class org.jboss.resteasy.microprofile.client.header.HttpHeadersContextProvider
- getDate() - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- getDeclaringClass(ClientRequestContext) - Static method in class org.jboss.resteasy.microprofile.client.utils.ClientRequestContextUtils
-
Get
Classfor the client call fromClientRequestContext - getEntity() - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- getEntityTag() - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- getFactory(Class<?>) - Static method in class org.jboss.resteasy.microprofile.client.header.ClientHeaderProviders
-
Get
ClientHeadersFactoryfor a given class, if exists - getHeaderString(String) - Method in class org.jboss.resteasy.microprofile.client.header.HttpHeadersContextProvider
- getHeaderString(String) - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- getId() - Method in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- getInjectionPoints() - Method in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- getInstances() - Method in class org.jboss.resteasy.microprofile.client.ConfigurationWrapper
- getLanguage() - Method in class org.jboss.resteasy.microprofile.client.header.HttpHeadersContextProvider
- getLanguage() - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- getLastModified() - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- getLength() - Method in class org.jboss.resteasy.microprofile.client.header.HttpHeadersContextProvider
- getLength() - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- getLink(String) - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- getLinkBuilder(String) - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- getLinks() - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- getLocalProviderInstances() - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- getLocation() - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- getMediaType() - Method in class org.jboss.resteasy.microprofile.client.header.HttpHeadersContextProvider
- getMediaType() - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- getMetadata() - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- getMethod() - Method in class org.jboss.resteasy.microprofile.client.InvocationContextImpl
- getMethod(ClientRequestContext) - Static method in class org.jboss.resteasy.microprofile.client.utils.ClientRequestContextUtils
-
Get
Methodfor the client call fromClientRequestContext - getName() - Method in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- getParameters() - Method in class org.jboss.resteasy.microprofile.client.InvocationContextImpl
- getPriority() - Method in class org.jboss.resteasy.microprofile.client.DefaultResponseExceptionMapper
- getPriority() - Method in interface org.jboss.resteasy.microprofile.client.header.HeaderFillerFactory
-
If multiple
HeaderFillerFactory's are defined, the one with the highest priority is used - getProperties() - Method in class org.jboss.resteasy.microprofile.client.ConfigurationWrapper
- getProperty(String) - Method in class org.jboss.resteasy.microprofile.client.ConfigurationWrapper
- getPropertyNames() - Method in class org.jboss.resteasy.microprofile.client.ConfigurationWrapper
- getProvider(Method) - Static method in class org.jboss.resteasy.microprofile.client.header.ClientHeaderProviders
-
Get
ClientHeaderProviderfor a given method, if exists - getQualifiers() - Method in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- getRequestHeader(String) - Method in class org.jboss.resteasy.microprofile.client.header.HttpHeadersContextProvider
- getRequestHeaders() - Method in class org.jboss.resteasy.microprofile.client.header.HttpHeadersContextProvider
- getRuntimeType() - Method in class org.jboss.resteasy.microprofile.client.ConfigurationWrapper
- getRxInvoker(SyncInvoker, ExecutorService) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvokerProvider
- getScope() - Method in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- getStatus() - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- getStatusInfo() - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- getStereotypes() - Method in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- getStringHeaders() - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- getTarget() - Method in class org.jboss.resteasy.microprofile.client.InvocationContextImpl
- getTimer() - Method in class org.jboss.resteasy.microprofile.client.InvocationContextImpl
- getTypes() - Method in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
H
- handled - Variable in exception org.jboss.resteasy.microprofile.client.ExceptionMapping.HandlerException
- HandlerException(ClientResponseContext, List<ResponseExceptionMapper>) - Constructor for exception org.jboss.resteasy.microprofile.client.ExceptionMapping.HandlerException
- handles(int, MultivaluedMap) - Method in class org.jboss.resteasy.microprofile.client.DefaultResponseExceptionMapper
- hasEntity() - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- hasLink(String) - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- head() - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- HeaderFiller - Interface in org.jboss.resteasy.microprofile.client.header
-
Used to generate header values for Rest Client
- HeaderFillerFactory - Interface in org.jboss.resteasy.microprofile.client.header
- HEADERS_REQUEST_FILTER - Static variable in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- HOSTNAME_VERIFIER - Static variable in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- hostnameVerifier(HostnameVerifier) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- HttpHeadersContextProvider - Class in org.jboss.resteasy.microprofile.client.header
-
Used to inject HttpHeaders to the client providers (filters, etc).
- HttpHeadersContextProvider(ClientRequestContext) - Constructor for class org.jboss.resteasy.microprofile.client.header.HttpHeadersContextProvider
I
- interceptorChainCompleted() - Method in class org.jboss.resteasy.microprofile.client.InvocationContextImpl
- InterceptorInvocation(Interceptor<?>, Object) - Constructor for class org.jboss.resteasy.microprofile.client.InvocationContextImpl.InterceptorInvocation
- InvocationContextImpl - Class in org.jboss.resteasy.microprofile.client
- InvocationContextImpl(Object, Method, Object[], List<InvocationContextImpl.InterceptorInvocation>) - Constructor for class org.jboss.resteasy.microprofile.client.InvocationContextImpl
- InvocationContextImpl.InterceptorInvocation - Class in org.jboss.resteasy.microprofile.client
- invoke(Object, Method, Object[]) - Method in class org.jboss.resteasy.microprofile.client.ProxyInvocationHandler
- invokeAll(Collection<? extends Callable<T>>) - Method in class org.jboss.resteasy.microprofile.client.async.ExecutorServiceWrapper
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.jboss.resteasy.microprofile.client.async.ExecutorServiceWrapper
- invokeAny(Collection<? extends Callable<T>>) - Method in class org.jboss.resteasy.microprofile.client.async.ExecutorServiceWrapper
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.jboss.resteasy.microprofile.client.async.ExecutorServiceWrapper
- invokeNext() - Method in class org.jboss.resteasy.microprofile.client.InvocationContextImpl
- isAlternative() - Method in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- isCDIActive() - Static method in class org.jboss.resteasy.microprofile.client.RestClientExtension
-
Deprecated.this method is not supported and will eventually be deleted
- isEmpty() - Method in class org.jboss.resteasy.microprofile.client.publisher.SpscLinkedArrayQueue
- isEnabled(Class<? extends Feature>) - Method in class org.jboss.resteasy.microprofile.client.ConfigurationWrapper
- isEnabled(Feature) - Method in class org.jboss.resteasy.microprofile.client.ConfigurationWrapper
- isFollowRedirects() - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- isNullable() - Method in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- isProviderFor(Class<?>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvokerProvider
- isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.microprofile.client.publisher.MpPublisherMessageBodyReader
- isRegistered(Class<?>) - Method in class org.jboss.resteasy.microprofile.client.ConfigurationWrapper
- isRegistered(Object) - Method in class org.jboss.resteasy.microprofile.client.ConfigurationWrapper
- isShutdown() - Method in class org.jboss.resteasy.microprofile.client.async.ExecutorServiceWrapper
- isTerminated() - Method in class org.jboss.resteasy.microprofile.client.async.ExecutorServiceWrapper
- iterator() - Method in class org.jboss.resteasy.microprofile.client.publisher.SpscLinkedArrayQueue
K
- KEY_STORE - Static variable in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- KEY_STORE_PASSWORD - Static variable in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- KEY_STORE_TYPE - Static variable in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- keyStore(KeyStore, String) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
L
- ListCastUtils - Class in org.jboss.resteasy.microprofile.client.utils
- localClassContracts - Variable in class org.jboss.resteasy.microprofile.client.ConfigurationWrapper
M
- mapException(Method) - Method in exception org.jboss.resteasy.microprofile.client.ExceptionMapping.HandlerException
- method(String) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- method(String, Class<T>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- method(String, Entity<?>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- method(String, Entity<?>, Class<T>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- method(String, Entity<?>, GenericType<T>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- method(String, GenericType<T>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- METHOD_INJECTION_FILTER - Static variable in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- MethodInjectionFilter - Class in org.jboss.resteasy.microprofile.client
- MethodInjectionFilter() - Constructor for class org.jboss.resteasy.microprofile.client.MethodInjectionFilter
- MpClient - Class in org.jboss.resteasy.microprofile.client.impl
- MpClient(ClientHttpEngine, ExecutorService, boolean, ScheduledExecutorService, ClientConfiguration, List<AsyncInvocationInterceptorFactory>) - Constructor for class org.jboss.resteasy.microprofile.client.impl.MpClient
- MpClientBuilderImpl - Class in org.jboss.resteasy.microprofile.client.impl
- MpClientBuilderImpl() - Constructor for class org.jboss.resteasy.microprofile.client.impl.MpClientBuilderImpl
- MpClientInvocation - Class in org.jboss.resteasy.microprofile.client.impl
- MpClientInvocation(ClientInvocation, List<AsyncInvocationInterceptorFactory>) - Constructor for class org.jboss.resteasy.microprofile.client.impl.MpClientInvocation
- MpClientInvocation(ResteasyClient, URI, ClientRequestHeaders, ClientConfiguration, List<AsyncInvocationInterceptorFactory>) - Constructor for class org.jboss.resteasy.microprofile.client.impl.MpClientInvocation
- MpClientInvocation.Decorator - Class in org.jboss.resteasy.microprofile.client.impl
- MpClientInvocationBuilder - Class in org.jboss.resteasy.microprofile.client.impl
- MpClientInvocationBuilder(ResteasyClient, URI, ClientConfiguration, List<AsyncInvocationInterceptorFactory>) - Constructor for class org.jboss.resteasy.microprofile.client.impl.MpClientInvocationBuilder
- MpClientWebTarget - Class in org.jboss.resteasy.microprofile.client.impl
- MpClientWebTarget(ResteasyClient, String, ClientConfiguration, List<AsyncInvocationInterceptorFactory>, QueryParamStyle) - Constructor for class org.jboss.resteasy.microprofile.client.impl.MpClientWebTarget
- MpClientWebTarget(ResteasyClient, URI, ClientConfiguration, List<AsyncInvocationInterceptorFactory>, QueryParamStyle) - Constructor for class org.jboss.resteasy.microprofile.client.impl.MpClientWebTarget
- MpClientWebTarget(ResteasyClient, UriBuilder, ClientConfiguration, List<AsyncInvocationInterceptorFactory>, QueryParamStyle) - Constructor for class org.jboss.resteasy.microprofile.client.impl.MpClientWebTarget
- MpClientWebTarget(ResteasyClient, ClientConfiguration, List<AsyncInvocationInterceptorFactory>, QueryParamStyle) - Constructor for class org.jboss.resteasy.microprofile.client.impl.MpClientWebTarget
- MpPublisherMessageBodyReader - Class in org.jboss.resteasy.microprofile.client.publisher
- MpPublisherMessageBodyReader() - Constructor for class org.jboss.resteasy.microprofile.client.publisher.MpPublisherMessageBodyReader
- MpPublisherMessageBodyReader(ExecutorService) - Constructor for class org.jboss.resteasy.microprofile.client.publisher.MpPublisherMessageBodyReader
- MpUriBuilder - Class in org.jboss.resteasy.microprofile.client.impl
- MpUriBuilder() - Constructor for class org.jboss.resteasy.microprofile.client.impl.MpUriBuilder
- MpUriBuilder(String, String, int, String, String, String, String, String, String) - Constructor for class org.jboss.resteasy.microprofile.client.impl.MpUriBuilder
N
- newBuilder() - Method in class org.jboss.resteasy.microprofile.client.BuilderResolver
- newInstance(ResteasyClient, UriBuilder, ClientConfiguration) - Method in class org.jboss.resteasy.microprofile.client.impl.MpClientWebTarget
- NO_TYPES - Static variable in class org.jboss.resteasy.microprofile.client.ProxyInvocationHandler
O
- offer(E) - Method in class org.jboss.resteasy.microprofile.client.publisher.SpscLinkedArrayQueue
- offer(E, E) - Method in class org.jboss.resteasy.microprofile.client.publisher.SpscLinkedArrayQueue
-
Offer two elements at the same time.
- options() - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- options(Class<T>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- options(GenericType<T>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- org.jboss.resteasy.microprofile.client - package org.jboss.resteasy.microprofile.client
- org.jboss.resteasy.microprofile.client.async - package org.jboss.resteasy.microprofile.client.async
- org.jboss.resteasy.microprofile.client.header - package org.jboss.resteasy.microprofile.client.header
- org.jboss.resteasy.microprofile.client.impl - package org.jboss.resteasy.microprofile.client.impl
- org.jboss.resteasy.microprofile.client.publisher - package org.jboss.resteasy.microprofile.client.publisher
- org.jboss.resteasy.microprofile.client.utils - package org.jboss.resteasy.microprofile.client.utils
P
- PartialResponse - Class in org.jboss.resteasy.microprofile.client
- patch(Entity<?>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- patch(Entity<?>, Class<T>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- patch(Entity<?>, GenericType<T>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- peek() - Method in class org.jboss.resteasy.microprofile.client.publisher.SpscLinkedArrayQueue
- poll() - Method in class org.jboss.resteasy.microprofile.client.publisher.SpscLinkedArrayQueue
- post(Entity<?>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- post(Entity<?>, Class<T>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- post(Entity<?>, GenericType<T>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- proceed() - Method in class org.jboss.resteasy.microprofile.client.InvocationContextImpl
- produced(AtomicLong, long) - Static method in class org.jboss.resteasy.microprofile.client.publisher.Subscriptions
-
Concurrent subtraction bound to 0, mostly used to decrement a request tracker by the amount produced by the operator.
- property(String, Object) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- providers - Variable in class org.jboss.resteasy.microprofile.client.publisher.MpPublisherMessageBodyReader
- proxyAddress(String, int) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- ProxyInvocationHandler - Class in org.jboss.resteasy.microprofile.client
- ProxyInvocationHandler(Class<?>, Object, Set<Object>, ResteasyClient, BeanManager) - Constructor for class org.jboss.resteasy.microprofile.client.ProxyInvocationHandler
- put(Entity<?>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- put(Entity<?>, Class<T>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- put(Entity<?>, GenericType<T>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
Q
- queryParamStyle(QueryParamStyle) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
R
- readEntity(Class<T>) - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- readEntity(Class<T>, Annotation[]) - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- readEntity(GenericType<T>) - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- readEntity(GenericType<T>, Annotation[]) - Method in class org.jboss.resteasy.microprofile.client.PartialResponse
- readFrom(Class<Publisher<?>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.microprofile.client.publisher.MpPublisherMessageBodyReader
- readStringEntity(InputStream) - Static method in class org.jboss.resteasy.microprofile.client.PartialResponse
- readTimeout(long, TimeUnit) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- register(Class<?>) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- register(Class<?>, int) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- register(Class<?>, Class<?>[]) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- register(Object) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- register(Object, int) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- register(Object, Class<?>[]) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- register(Object, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- registerForClass(Class<?>, Object) - Static method in class org.jboss.resteasy.microprofile.client.header.ClientHeaderProviders
- registerForClass(Class<?>, Object, BeanManager) - Static method in class org.jboss.resteasy.microprofile.client.header.ClientHeaderProviders
-
Register, in a static map,
ClientHeaderProvider`s for the given class and all of its methods - registerLocalContract(Class<?>, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.microprofile.client.ConfigurationWrapper
- registerLocalProviderInstance(Object, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- registerRestClient(ProcessAnnotatedType<?>) - Method in class org.jboss.resteasy.microprofile.client.RestClientExtension
- reportErrors(AfterDeploymentValidation) - Method in class org.jboss.resteasy.microprofile.client.RestClientExtension
- REST_CONNECT_TIMEOUT_FORMAT - Static variable in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- REST_PROVIDERS - Static variable in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- REST_READ_TIMEOUT_FORMAT - Static variable in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- REST_SCOPE_FORMAT - Static variable in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- REST_URI_FORMAT - Static variable in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- REST_URL_FORMAT - Static variable in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- RestClientBuilderImpl - Class in org.jboss.resteasy.microprofile.client
- RestClientBuilderImpl() - Constructor for class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- RestClientDelegateBean - Class in org.jboss.resteasy.microprofile.client
- RestClientExtension - Class in org.jboss.resteasy.microprofile.client
- RestClientExtension() - Constructor for class org.jboss.resteasy.microprofile.client.RestClientExtension
- RestClientListeners - Class in org.jboss.resteasy.microprofile.client
- RestClientProxy - Interface in org.jboss.resteasy.microprofile.client
-
This interface is implemented by every proxy created by
RestClientBuilderImpl. - roundToPowerOfTwo(int) - Static method in class org.jboss.resteasy.microprofile.client.publisher.SpscLinkedArrayQueue
-
Find the next larger positive power of two value up from the given value.
- rx() - Method in class org.jboss.resteasy.microprofile.client.impl.MpClientInvocationBuilder
S
- setParameters(Object[]) - Method in class org.jboss.resteasy.microprofile.client.InvocationContextImpl
- setProviderFactory(ResteasyProviderFactory) - Static method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- setQueryParamStyle(QueryParamStyle) - Method in class org.jboss.resteasy.microprofile.client.impl.MpClient
- setQueryParamStyle(QueryParamStyle) - Method in class org.jboss.resteasy.microprofile.client.impl.MpUriBuilder
- shutdown() - Method in class org.jboss.resteasy.microprofile.client.async.ExecutorServiceWrapper
- shutdownNow() - Method in class org.jboss.resteasy.microprofile.client.async.ExecutorServiceWrapper
- size() - Method in class org.jboss.resteasy.microprofile.client.publisher.SpscLinkedArrayQueue
- SpscLinkedArrayQueue<E> - Class in org.jboss.resteasy.microprofile.client.publisher
-
A single-producer single-consumer array-backed queue which can allocate new arrays in case the consumer is slower than the producer.
- SpscLinkedArrayQueue(int) - Constructor for class org.jboss.resteasy.microprofile.client.publisher.SpscLinkedArrayQueue
- SSEPublisher<T> - Class in org.jboss.resteasy.microprofile.client.publisher
-
Publisher implementation emitting server-sent-event downstream.
- SSEPublisher(Type, Providers, SseEventInputImpl, ExecutorService) - Constructor for class org.jboss.resteasy.microprofile.client.publisher.SSEPublisher
- sslContext(SSLContext) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
- submit(Runnable) - Method in class org.jboss.resteasy.microprofile.client.async.ExecutorServiceWrapper
- submit(Runnable, T) - Method in class org.jboss.resteasy.microprofile.client.async.ExecutorServiceWrapper
- submit(Callable<T>) - Method in class org.jboss.resteasy.microprofile.client.async.ExecutorServiceWrapper
- subOrZero(long, long) - Static method in class org.jboss.resteasy.microprofile.client.publisher.Subscriptions
-
Cap a subtraction to 0
- subscribe(Subscriber<? super T>) - Method in class org.jboss.resteasy.microprofile.client.publisher.SSEPublisher
- Subscriptions - Class in org.jboss.resteasy.microprofile.client.publisher
- Subscriptions() - Constructor for class org.jboss.resteasy.microprofile.client.publisher.Subscriptions
T
- toThrowable(Response) - Method in class org.jboss.resteasy.microprofile.client.DefaultResponseExceptionMapper
- trace() - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- trace(Class<T>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- trace(GenericType<T>) - Method in class org.jboss.resteasy.microprofile.client.async.AsyncInterceptorRxInvoker
- TRUST_STORE - Static variable in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- TRUST_STORE_PASSWORD - Static variable in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- TRUST_STORE_TYPE - Static variable in class org.jboss.resteasy.microprofile.client.RestClientDelegateBean
- trustStore(KeyStore) - Method in class org.jboss.resteasy.microprofile.client.RestClientBuilderImpl
U
- uri(String, QueryParamStyle) - Method in class org.jboss.resteasy.microprofile.client.impl.MpUriBuilder
- uri(URI, QueryParamStyle) - Method in class org.jboss.resteasy.microprofile.client.impl.MpUriBuilder
All Classes All Packages