Index

A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

R

read() - Method in interface jakarta.json.JsonReader
Returns a JSON array or object that is represented in the input source.
read(AnnotatedMethod<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Read observer meta data from a existing AnnotatedMethod
read(AnnotatedType<U>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Read the information from the given annotated type.
read(BeanAttributes<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
Read the information from the given bean attributes.
read(ObserverMethod<T>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Read observer meta data from a existing ObserverMethod
read(Method) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Read observer meta data from a existing Method
readArray() - Method in interface jakarta.json.JsonReader
Returns a JSON array that is represented in the input source.
readData() - Method in interface jakarta.ws.rs.sse.InboundSseEvent
Get the original event data as String.
readData(GenericType<T>) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
Read event data as a given generic type.
readData(GenericType<T>, MediaType) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
Read event data as a given generic type.
readData(Class<T>) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
Read event data as a given Java type.
readData(Class<T>, MediaType) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
Read event data as a given Java type.
readEntity(GenericType<T>) - Method in class jakarta.ws.rs.core.Response
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(GenericType<T>, Annotation[]) - Method in class jakarta.ws.rs.core.Response
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(Class<T>) - Method in class jakarta.ws.rs.core.Response
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(Class<T>, Annotation[]) - Method in class jakarta.ws.rs.core.Response
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
ReaderInterceptor - Interface in jakarta.ws.rs.ext
ReaderInterceptorContext - Interface in jakarta.ws.rs.ext
Context class used by ReaderInterceptor to intercept calls to (@link jakarta.ws.rs.ext.MessageBodyReader#readFrom}.
readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in interface jakarta.ws.rs.ext.MessageBodyReader
Read a type from the InputStream.
readObject() - Method in interface jakarta.json.JsonReader
Returns a JSON object that is represented in the input source.
readTimeout(long, TimeUnit) - Method in class jakarta.ws.rs.client.ClientBuilder
Set the read timeout.
readValue() - Method in interface jakarta.json.JsonReader
Returns a JSON value that is represented in the input source.
receiverType() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
Returns the type of the receiver parameter declared by this method.
reception() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
Returns the reception type of this observer.
reception(Reception) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
Set the Reception mode for the observer to build
Reception - Enum Class in jakarta.enterprise.event
Distinguishes conditional observer methods from observer methods which are always notified.
RECONNECT_NOT_SET - Static variable in interface jakarta.ws.rs.sse.SseEvent
A "reconnection not set" value for the SSE reconnect delay set via SSE event retry field.
reconnectDelay(long) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
Set reconnection delay (in milliseconds) that indicates how long the event receiver should wait before attempting to reconnect in case a connection to SSE event source is lost.
reconnectingEvery(long, TimeUnit) - Method in class jakarta.ws.rs.sse.SseEventSource.Builder
Set the initial reconnect delay to be used by the event source.
Reconnect support - Search tag in interface jakarta.ws.rs.sse.SseEventSource
Section
RECORD_COMPONENT - Enum constant in enum class jakarta.enterprise.lang.model.declarations.DeclarationInfo.Kind
Record component
RecordComponentInfo - Interface in jakarta.enterprise.lang.model.declarations
A record component, declared in some record.
recordComponents() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
Returns a collection of record components declared in this class.
REDIRECTION - Enum constant in enum class jakarta.ws.rs.core.Response.Status.Family
3xx HTTP status codes.
RedirectionException - Exception Class in jakarta.ws.rs
A runtime application exception indicating a request redirection (HTTP 3xx status codes).
RedirectionException(int, URI) - Constructor for exception class jakarta.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(Response) - Constructor for exception class jakarta.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(Response.Status, URI) - Constructor for exception class jakarta.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(String, int, URI) - Constructor for exception class jakarta.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(String, Response) - Constructor for exception class jakarta.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(String, Response.Status, URI) - Constructor for exception class jakarta.ws.rs.RedirectionException
Construct a new redirection exception.
register(SseEventSink) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
Register provided SseEventSink instance to this SseBroadcaster.
register(Class<?>) - Method in interface jakarta.ws.rs.container.AsyncResponse
Register an asynchronous processing lifecycle callback class to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
register(Class<?>) - Method in interface jakarta.ws.rs.core.Configurable
Register a class of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Class<?>, int) - Method in interface jakarta.ws.rs.core.Configurable
Register a class of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Class<?>, Class<?>...) - Method in interface jakarta.ws.rs.container.AsyncResponse
Register asynchronous processing lifecycle callback classes to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
register(Class<?>, Class<?>...) - Method in interface jakarta.ws.rs.core.Configurable
Register a class of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Class<?>, Map<Class<?>, Integer>) - Method in interface jakarta.ws.rs.core.Configurable
Register a class of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Object) - Method in interface jakarta.ws.rs.container.AsyncResponse
Register an asynchronous processing lifecycle callback instance to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
register(Object) - Method in interface jakarta.ws.rs.core.Configurable
Register an instance of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Object, int) - Method in interface jakarta.ws.rs.core.Configurable
Register an instance of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Object, Class<?>...) - Method in interface jakarta.ws.rs.core.Configurable
Register an instance of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Object, Object...) - Method in interface jakarta.ws.rs.container.AsyncResponse
Register an asynchronous processing lifecycle callback instances to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
register(Object, Map<Class<?>, Integer>) - Method in interface jakarta.ws.rs.core.Configurable
Register an instance of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Consumer<InboundSseEvent>) - Method in interface jakarta.ws.rs.sse.SseEventSource
Register a InboundSseEvent consumer.
register(Consumer<InboundSseEvent>, Consumer<Throwable>) - Method in interface jakarta.ws.rs.sse.SseEventSource
Register InboundSseEvent and Throwable consumers.
register(Consumer<InboundSseEvent>, Consumer<Throwable>, Runnable) - Method in interface jakarta.ws.rs.sse.SseEventSource
Register InboundSseEvent and Throwable consumers and onComplete callback.
Registering JAX-RS components. - Search tag in interface jakarta.ws.rs.core.Configurable
Section
Registration - Annotation Interface in jakarta.enterprise.inject.build.compatible.spi
3rd phase of build compatible extension execution.
rel(String) - Method in interface jakarta.ws.rs.core.Link.Builder
Convenience method to set a link relation.
REL - Static variable in class jakarta.ws.rs.core.Link
Rel link param from RFC 5988.
relativize(URI) - Method in interface jakarta.ws.rs.core.UriInfo
Relativize a URI with respect to the current request URI.
release() - Method in interface jakarta.enterprise.context.spi.CreationalContext
Destroys all dependent objects of the instance which is being destroyed, by passing each dependent object to Contextual.destroy(Object, CreationalContext) .
remove(int) - Method in interface jakarta.json.JsonArrayBuilder
Remove the value in the array at the specified position.
remove(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
 
remove(String) - Method in interface jakarta.json.JsonObjectBuilder
Remove the name/value pair from the JSON object associated with this object builder if it is present.
remove(String) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "remove" JSON Patch operation.
remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
Remove annotations that match the specified predicate.
remove(Predicate<Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
Remove annotations that match the specified predicate.
remove(T) - Method in interface jakarta.json.JsonPointer
Removes the value at the reference location in the specified target.
REMOVE - Enum constant in enum class jakarta.json.JsonPatch.Operation
"remove" operation.
removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedConstructorConfigurator
Remove all the annotations.
removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedFieldConfigurator
Remove all the annotations.
removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedMethodConfigurator
Remove all the annotations.
removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedParameterConfigurator
Remove all the annotations.
removeAll() - Method in interface jakarta.enterprise.inject.spi.configurator.AnnotatedTypeConfigurator
Remove all the annotations.
removeAllAnnotations() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
Removes all annotations from this class.
removeAllAnnotations() - Method in interface jakarta.enterprise.inject.build.compatible.spi.DeclarationConfig
Removes all annotations from this declaration.
removeAllAnnotations() - Method in interface jakarta.enterprise.inject.build.compatible.spi.FieldConfig
Removes all annotations from this field.
removeAllAnnotations() - Method in interface jakarta.enterprise.inject.build.compatible.spi.MethodConfig
Removes all annotations from this method.
removeAllAnnotations() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ParameterConfig
Removes all annotations from this method parameter.
removeAnnotation(Predicate<AnnotationInfo>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.ClassConfig
Removes all annotations matching given predicate from this class.
removeAnnotation(Predicate<AnnotationInfo>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.DeclarationConfig
Removes all annotations matching given predicate from this declaration.
removeAnnotation(Predicate<AnnotationInfo>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.FieldConfig
Removes all annotations matching given predicate from this field.
removeAnnotation(Predicate<AnnotationInfo>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.MethodConfig
Removes all annotations matching given predicate from this method.
removeAnnotation(Predicate<AnnotationInfo>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.ParameterConfig
Removes all annotations matching given predicate from this method parameter.
removeProperty(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
Removes a property with the given name from the current request/response exchange context.
removeProperty(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
Removes a property with the given name from the current request/response exchange context.
removeProperty(String) - Method in interface jakarta.ws.rs.ext.InterceptorContext
Removes a property with the given name from the current request/response exchange context.
repeatableAnnotation(Class<T>) - Method in interface jakarta.enterprise.lang.model.AnnotationTarget
Returns a collection of annotations of given repeatable annotationType that are present on this annotation target.
replace(String, boolean) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "replace" JSON Patch operation.
replace(String, int) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "replace" JSON Patch operation.
replace(String, JsonValue) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "replace" JSON Patch operation.
replace(String, String) - Method in interface jakarta.json.JsonPatchBuilder
Adds a "replace" JSON Patch operation.
replace(T, JsonValue) - Method in interface jakarta.json.JsonPointer
Replaces the value at the referenced location in the specified target with the specified value.
REPLACE - Enum constant in enum class jakarta.json.JsonPatch.Operation
"replace" operation.
replaceAll(MultivaluedMap<String, Object>) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
Replaces all existing headers with the newly supplied headers.
replaceMatrix(String) - Method in class jakarta.ws.rs.core.UriBuilder
Set the matrix parameters of the current final segment of the current URI path.
replaceMatrixParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
Replace the existing value(s) of a matrix parameter on the current final segment of the URI path.
replacePath(String) - Method in class jakarta.ws.rs.core.UriBuilder
Set the URI path.
replaceQuery(String) - Method in class jakarta.ws.rs.core.UriBuilder
Set the URI query string.
replaceQueryParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
Replace the existing value(s) of a query parameter.
request() - Method in interface jakarta.ws.rs.client.WebTarget
Start building a request to the targeted web resource.
request(MediaType...) - Method in interface jakarta.ws.rs.client.WebTarget
Start building a request to the targeted web resource and define the accepted response media types.
request(String...) - Method in interface jakarta.ws.rs.client.WebTarget
Start building a request to the targeted web resource and define the accepted response media types.
Request - Interface in jakarta.ws.rs.core
An injectable helper for request processing, all methods throw an IllegalStateException if called outside the scope of a request (e.g.
REQUEST - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
Default BeforeDestroyed literal for the RequestScoped scope
REQUEST - Static variable in class jakarta.enterprise.context.Destroyed.Literal
Default Destroyed literal for the RequestScoped scope
REQUEST - Static variable in class jakarta.enterprise.context.Initialized.Literal
Default Initialized literal for the RequestScoped scope
REQUEST_ENTITY_TOO_LARGE - Enum constant in enum class jakarta.ws.rs.core.Response.Status
413 Request Entity Too Large, see HTTP/1.1 documentation.
REQUEST_HEADER_FIELDS_TOO_LARGE - Enum constant in enum class jakarta.ws.rs.core.Response.Status
431 Request Header Fields Too Large, see RFC 6585: Additional HTTP Status Codes.
REQUEST_TIMEOUT - Enum constant in enum class jakarta.ws.rs.core.Response.Status
408 Request Timeout, see HTTP/1.1 documentation.
REQUEST_URI_TOO_LONG - Enum constant in enum class jakarta.ws.rs.core.Response.Status
414 Request-URI Too Long, see HTTP/1.1 documentation.
RequestContextController - Interface in jakarta.enterprise.context.control
The CDI container provides a built in instance of RequestContextController that is dependent scoped for the purposes of activating and deactivating.
REQUESTED_RANGE_NOT_SATISFIABLE - Enum constant in enum class jakarta.ws.rs.core.Response.Status
416 Requested Range Not Satisfiable, see HTTP/1.1 documentation.
RequestScoped - Annotation Interface in jakarta.enterprise.context
Specifies that a bean is request scoped.
RequestScoped.Literal - Class in jakarta.enterprise.context
Supports inline instantiation of the RequestScoped annotation.
RESET_CONTENT - Enum constant in enum class jakarta.ws.rs.core.Response.Status
205 Reset Content, see HTTP/1.1 documentation.
ResolutionException - Exception Class in jakarta.enterprise.inject
Indicates a problem relating to typesafe resolution.
ResolutionException() - Constructor for exception class jakarta.enterprise.inject.ResolutionException
Creates the exception with no detail message or cause.
ResolutionException(String) - Constructor for exception class jakarta.enterprise.inject.ResolutionException
Creates the exception with given detail message.
ResolutionException(String, Throwable) - Constructor for exception class jakarta.enterprise.inject.ResolutionException
Creates the exception with given detail message and cause.
ResolutionException(Throwable) - Constructor for exception class jakarta.enterprise.inject.ResolutionException
Creates the exception with given cause.
resolve(URI) - Method in interface jakarta.ws.rs.core.UriInfo
Resolve a relative URI with respect to the base URI of the application.
resolve(Set<Bean<? extends X>>) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
Apply the ambiguous dependency resolution rules to a set of beans.
resolveDecorators(Set<Type>, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanManager
Return an ordered list of decorators for a set of bean types and a set of qualifiers and which are enabled in the module or library containing the class into which the BeanManager was injected or the Java EE component from whose JNDI environment namespace the BeanManager was obtained.
resolveInterceptors(InterceptionType, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
Return an ordered list of enabled interceptors for a set of interceptor bindings and a type of interception and which are enabled in the module or library containing the class into which the BeanManager/BeanContainer was injected or, in the Jakarta EE environment, the Jakarta EE component from whose JNDI environment namespace the BeanManager/BeanContainer was obtained.
resolveObserverMethods(T, Annotation...) - Method in interface jakarta.enterprise.inject.spi.BeanContainer
Return an ordered set of observer methods for an event.
resolveTemplate(String, Object) - Method in interface jakarta.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving a URI template with a given name in the URI of the current target instance using a supplied value.
resolveTemplate(String, Object) - Method in class jakarta.ws.rs.core.UriBuilder
Resolve a URI template with a given name in this UriBuilder instance using a supplied value.
resolveTemplate(String, Object, boolean) - Method in interface jakarta.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving a URI template with a given name in the URI of the current target instance using a supplied value.
resolveTemplate(String, Object, boolean) - Method in class jakarta.ws.rs.core.UriBuilder
Resolve a URI template with a given name in this UriBuilder instance using a supplied value.
resolveTemplateFromEncoded(String, Object) - Method in interface jakarta.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving a URI template with a given name in the URI of the current target instance using a supplied encoded value.
resolveTemplateFromEncoded(String, Object) - Method in class jakarta.ws.rs.core.UriBuilder
Resolve a URI template with a given name in this UriBuilder instance using a supplied encoded value.
resolveTemplates(Map<String, Object>) - Method in interface jakarta.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving one or more URI templates in the URI of the current target instance using supplied name-value pairs.
resolveTemplates(Map<String, Object>) - Method in class jakarta.ws.rs.core.UriBuilder
Resolve one or more URI templates in this UriBuilder instance using supplied name-value pairs.
resolveTemplates(Map<String, Object>, boolean) - Method in interface jakarta.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving one or more URI templates in the URI of the current target instance using supplied name-value pairs.
resolveTemplates(Map<String, Object>, boolean) - Method in class jakarta.ws.rs.core.UriBuilder
Resolve one or more URI templates in this UriBuilder instance using supplied name-value pairs.
resolveTemplatesFromEncoded(Map<String, Object>) - Method in interface jakarta.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving one or more URI templates in the URI of the current target instance using supplied name-encoded value pairs.
resolveTemplatesFromEncoded(Map<String, Object>) - Method in class jakarta.ws.rs.core.UriBuilder
Resolve one or more URI templates in this UriBuilder instance using supplied name-value pairs.
Resource - Annotation Interface in jakarta.annotation
The Resource annotation marks a resource that is needed by the application.
Resource.AuthenticationType - Enum Class in jakarta.annotation
The two possible authentication types for a resource.
ResourceContext - Interface in jakarta.ws.rs.container
The resource context provides access to instances of resource classes.
ResourceInfo - Interface in jakarta.ws.rs.container
An injectable class to access the resource class and resource method matched by the current request.
Resources - Annotation Interface in jakarta.annotation
This class is used to allow multiple resources declarations.
Response - Class in jakarta.ws.rs.core
Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
Response() - Constructor for class jakarta.ws.rs.core.Response
Protected constructor, use one of the static methods to obtain a Response.ResponseBuilder instance and obtain a Response from that.
Response.ResponseBuilder - Class in jakarta.ws.rs.core
A class used to build Response instances that contain metadata instead of or in addition to an entity.
Response.Status - Enum Class in jakarta.ws.rs.core
Commonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list.
Response.Status.Family - Enum Class in jakarta.ws.rs.core
An enumeration representing the class of status code.
Response.StatusType - Interface in jakarta.ws.rs.core
Base interface for statuses used in responses.
ResponseBuilder() - Constructor for class jakarta.ws.rs.core.Response.ResponseBuilder
Protected constructor, use one of the static methods of Response to obtain an instance.
ResponseProcessingException - Exception Class in jakarta.ws.rs.client
JAX-RS client-side runtime processing exception thrown to indicate that response processing has failed (e.g.
ResponseProcessingException(Response, String) - Constructor for exception class jakarta.ws.rs.client.ResponseProcessingException
Constructs a new JAX-RS runtime processing exception with the specified detail message.
ResponseProcessingException(Response, String, Throwable) - Constructor for exception class jakarta.ws.rs.client.ResponseProcessingException
Constructs a new JAX-RS runtime response processing exception with the specified detail message and cause.
ResponseProcessingException(Response, Throwable) - Constructor for exception class jakarta.ws.rs.client.ResponseProcessingException
Constructs a new JAX-RS runtime response processing exception for a specific response with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
resume(Object) - Method in interface jakarta.ws.rs.container.AsyncResponse
Resume the suspended request processing using the provided response data.
resume(Throwable) - Method in interface jakarta.ws.rs.container.AsyncResponse
Resume the suspended request processing using the provided throwable.
RETRY_AFTER - Static variable in interface jakarta.ws.rs.core.HttpHeaders
returnType() - Method in interface jakarta.enterprise.lang.model.declarations.MethodInfo
Returns the return type of this method.
REVERSE - Static variable in class jakarta.json.bind.config.PropertyOrderStrategy
Using this strategy, the order of properties is in reverse order to lexicographical order.
RolesAllowed - Annotation Interface in jakarta.annotation.security
Specifies the list of security roles permitted to access method(s) in an application.
ROOT_PATH - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
Configuration key for the root path an application is bound to.
rootPath() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
Convenience method to get the rootPath to be used.
rootPath(String) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
Convenience method to set the rootPath to be used.
RunAs - Annotation Interface in jakarta.annotation.security
Defines the identity of the application during execution.
RuntimeDelegate - Class in jakarta.ws.rs.ext
Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and various JAX-RS API methods defer to methods of RuntimeDelegate for their functionality.
RuntimeDelegate() - Constructor for class jakarta.ws.rs.ext.RuntimeDelegate
Allows custom implementations to extend the RuntimeDelegate class.
RuntimeDelegate.HeaderDelegate<T> - Interface in jakarta.ws.rs.ext
Defines the contract for a delegate that is responsible for converting between the String form of a HTTP header and the corresponding JAX-RS type T.
RuntimeType - Enum Class in jakarta.ws.rs
Enumeration of JAX-RS runtime types.
rx() - Method in interface jakarta.ws.rs.client.Invocation.Builder
Access the default reactive invoker based on CompletionStage.
rx(Class<T>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
Access a reactive invoker based on a RxInvoker subclass provider.
RxInvoker<T> - Interface in jakarta.ws.rs.client
Uniform interface for reactive invocation of HTTP methods.
RxInvokerProvider<T> - Interface in jakarta.ws.rs.client
RxInvoker provider.
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form