Uses of Class
jakarta.ws.rs.core.Response
Packages that use Response
Package
Description
High-level interfaces and annotations used to create RESTful service resources.
The JAX-RS client API
Container-specific JAX-RS API.
Low-level interfaces and annotations used to create RESTful service resources.
APIs that provide extensions to the types supported by the JAX-RS API.
Microprofile LRA Support.
-
Uses of Response in com.fasterxml.jackson.jakarta.rs.base
Methods in com.fasterxml.jackson.jakarta.rs.base that return ResponseModifier and TypeMethodDescriptionJsonMappingExceptionMapper.toResponse(JsonMappingException exception) JsonParseExceptionMapper.toResponse(JsonParseException exception) -
Uses of Response in jakarta.ws.rs
Methods in jakarta.ws.rs that return ResponseConstructors in jakarta.ws.rs with parameters of type ResponseModifierConstructorDescriptionBadRequestException(Response response) Construct a new bad client request exception.BadRequestException(Response response, Throwable cause) Construct a new bad client request exception.BadRequestException(String message, Response response) Construct a new bad client request exception.BadRequestException(String message, Response response, Throwable cause) Construct a new bad client request exception.ClientErrorException(Response response) Construct a new client error exception.ClientErrorException(Response response, Throwable cause) Construct a new client error exception.ClientErrorException(String message, Response response) Construct a new client error exception.ClientErrorException(String message, Response response, Throwable cause) Construct a new client error exception.ForbiddenException(Response response) Construct a new "forbidden" exception.ForbiddenException(Response response, Throwable cause) Construct a new "forbidden" exception.ForbiddenException(String message, Response response) Construct a new "forbidden" exception.ForbiddenException(String message, Response response, Throwable cause) Construct a new "forbidden" exception.InternalServerErrorException(Response response) Construct a new internal server error exception.InternalServerErrorException(Response response, Throwable cause) Construct a new internal server error exception.InternalServerErrorException(String message, Response response) Construct a new internal server error exception.InternalServerErrorException(String message, Response response, Throwable cause) Construct a new internal server error exception.NotAcceptableException(Response response) Construct a new "request not acceptable" exception.NotAcceptableException(Response response, Throwable cause) Construct a new "request not acceptable" exception.NotAcceptableException(String message, Response response) Construct a new "request not acceptable" exception.NotAcceptableException(String message, Response response, Throwable cause) Construct a new "request not acceptable" exception.NotAllowedException(Response response) Construct a new method not allowed exception.NotAllowedException(Response response, Throwable cause) Construct a new method not allowed exception.NotAllowedException(String message, Response response) Construct a new method not allowed exception.NotAllowedException(String message, Response response, Throwable cause) Construct a new method not allowed exception.NotAuthorizedException(Response response) Construct a new "not authorized" exception.NotAuthorizedException(Response response, Throwable cause) Construct a new "not authorized" exception.NotAuthorizedException(String message, Response response) Construct a new "not authorized" exception.NotAuthorizedException(String message, Response response, Throwable cause) Construct a new "not authorized" exception.NotFoundException(Response response) Construct a new "not found" exception.NotFoundException(Response response, Throwable cause) Construct a new "not found" exception.NotFoundException(String message, Response response) Construct a new "not found" exception.NotFoundException(String message, Response response, Throwable cause) Construct a new "not found" exception.NotSupportedException(Response response) Construct a new unsupported media type exception.NotSupportedException(Response response, Throwable cause) Construct a new unsupported media type exception.NotSupportedException(String message, Response response) Construct a new unsupported media type exception.NotSupportedException(String message, Response response, Throwable cause) Construct a new unsupported media type exception.RedirectionException(Response response) Construct a new redirection exception.RedirectionException(String message, Response response) Construct a new redirection exception.ServerErrorException(Response response) Construct a new server error exception.ServerErrorException(Response response, Throwable cause) Construct a new server error exception.ServerErrorException(String message, Response response) Construct a new server error exception.ServerErrorException(String message, Response response, Throwable cause) Construct a new server error exception.ServiceUnavailableException(Response response) Construct a new "service unavailable" exception.ServiceUnavailableException(Response response, Throwable cause) Construct a new "service unavailable" exception.ServiceUnavailableException(String message, Response response) Construct a new "service unavailable" exception.ServiceUnavailableException(String message, Response response, Throwable cause) Construct a new "service unavailable" exception.WebApplicationException(Response response) Construct a new instance using the supplied response and a default message generated from the response's HTTP status code and the associated HTTP status reason phrase.WebApplicationException(String message, Response response) Construct a new instance using the supplied message and response.WebApplicationException(String message, Throwable cause, Response response) Construct a new instance with the supplied message, root cause and response.WebApplicationException(Throwable cause, Response response) Construct a new instance with the supplied root cause, response and a default message generated from the response's HTTP status code and the associated HTTP status reason phrase. -
Uses of Response in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client that return ResponseModifier and TypeMethodDescriptionSyncInvoker.delete()Invoke HTTP DELETE method for the current request synchronously.SyncInvoker.get()Invoke HTTP GET method for the current request synchronously.ResponseProcessingException.getResponse()Get the HTTP response for which the processing has failed.SyncInvoker.head()Invoke HTTP HEAD method for the current request synchronously.Invocation.invoke()Synchronously invoke the request and receive a response back.Invoke an arbitrary method for the current request synchronously.Invoke an arbitrary method for the current request synchronously.SyncInvoker.options()Invoke HTTP OPTIONS method for the current request synchronously.Invoke HTTP POST method for the current request synchronously.Invoke HTTP PUT method for the current request synchronously.SyncInvoker.trace()Invoke HTTP TRACE method for the current request synchronously.Methods in jakarta.ws.rs.client that return types with arguments of type ResponseModifier and TypeMethodDescriptionAsyncInvoker.delete()Invoke HTTP DELETE method for the current request asynchronously.CompletionStageRxInvoker.delete()AsyncInvoker.get()Invoke HTTP GET method for the current request asynchronously.CompletionStageRxInvoker.get()AsyncInvoker.head()Invoke HTTP HEAD method for the current request asynchronously.AsyncInvoker.head(InvocationCallback<Response> callback) Invoke HTTP HEAD method for the current request asynchronously.CompletionStageRxInvoker.head()Invoke an arbitrary method for the current request asynchronously.Invoke an arbitrary method for the current request asynchronously.AsyncInvoker.options()Invoke HTTP OPTIONS method for the current request asynchronously.CompletionStageRxInvoker.options()Invoke HTTP POST method for the current request asynchronously.Invoke HTTP PUT method for the current request asynchronously.Invocation.submit()Submit the request for an asynchronous invocation and receive a future response back.AsyncInvoker.trace()Invoke HTTP TRACE method for the current request asynchronously.CompletionStageRxInvoker.trace()Methods in jakarta.ws.rs.client with parameters of type ResponseModifier and TypeMethodDescriptionvoidAbort the filter chain with a response.Method parameters in jakarta.ws.rs.client with type arguments of type ResponseModifier and TypeMethodDescriptionAsyncInvoker.head(InvocationCallback<Response> callback) Invoke HTTP HEAD method for the current request asynchronously.Constructors in jakarta.ws.rs.client with parameters of type ResponseModifierConstructorDescriptionResponseProcessingException(Response response, String message) Constructs a new JAX-RS runtime processing exception with the specified detail message.ResponseProcessingException(Response response, String message, Throwable cause) Constructs a new JAX-RS runtime response processing exception with the specified detail message and cause.ResponseProcessingException(Response response, Throwable cause) Constructs a new JAX-RS runtime response processing exception for a specificresponsewith the specified cause and a detail message of(cause==null ? null : cause.toString())(which typically contains the class and detail message ofcause). -
Uses of Response in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container with parameters of type Response -
Uses of Response in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return ResponseModifier and TypeMethodDescriptionabstract ResponseResponse.ResponseBuilder.build()Create a Response instance from the current ResponseBuilder.Methods in jakarta.ws.rs.core with parameters of type ResponseModifier and TypeMethodDescriptionstatic Response.ResponseBuilderResponse.fromResponse(Response response) Create a new ResponseBuilder by performing a shallow copy of an existing Response. -
Uses of Response in jakarta.ws.rs.ext
Methods in jakarta.ws.rs.ext that return ResponseModifier and TypeMethodDescriptionExceptionMapper.toResponse(E exception) Map an exception to aResponse. -
Uses of Response in org.apache.cxf.sts.rest
Methods in org.apache.cxf.sts.rest that return ResponseModifier and TypeMethodDescriptionRESTSecurityTokenService.getJSONToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo) RESTSecurityTokenServiceImpl.getJSONToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo) RESTSecurityTokenService.getKeyExchangeToken(RequestSecurityTokenType request) RESTSecurityTokenServiceImpl.getKeyExchangeToken(RequestSecurityTokenType request) RESTSecurityTokenService.getPlainToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo) RESTSecurityTokenServiceImpl.getPlainToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo) RESTSecurityTokenService.getToken(RESTSecurityTokenService.Action action, RequestSecurityTokenType request) RESTSecurityTokenServiceImpl.getToken(RESTSecurityTokenService.Action action, RequestSecurityTokenType request) RESTSecurityTokenService.getXMLToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo, boolean wstrustResponse) RESTSecurityTokenServiceImpl.getXMLToken(String tokenType, String keyType, List<String> requestedClaims, String appliesTo, boolean wstrustResponse) RESTSecurityTokenService.removeToken(RequestSecurityTokenType request) Same asRESTSecurityTokenService.getToken(Action, RequestSecurityTokenType)with 'cancel' action.RESTSecurityTokenServiceImpl.removeToken(RequestSecurityTokenType request) -
Uses of Response in org.eclipse.microprofile.lra
Methods in org.eclipse.microprofile.lra that return ResponseModifier and TypeMethodDescriptionstatic ResponseLRAResponse.compensated()static ResponseLRAResponse.compensated(Object entity) static ResponseLRAResponse.compensating()static ResponseLRAResponse.compensating(Object entity) static ResponseLRAResponse.completed()static Responsestatic ResponseLRAResponse.completing()static ResponseLRAResponse.completing(Object entity) static ResponseLRAResponse.failedToCompensate()static ResponseLRAResponse.failedToCompensate(Object entity) static ResponseLRAResponse.failedToComplete()static ResponseLRAResponse.failedToComplete(Object entity) -
Uses of Response in org.jboss.resteasy.client.exception
Methods in org.jboss.resteasy.client.exception that return ResponseModifier and TypeMethodDescriptionstatic ResponseSanitizes the response by creating a new response with only the status code, allowed methods, entity and the media type.Methods in org.jboss.resteasy.client.exception with parameters of type Response -
Uses of Response in org.jboss.resteasy.client.jaxrs
Methods in org.jboss.resteasy.client.jaxrs that return ResponseMethods in org.jboss.resteasy.client.jaxrs that return types with arguments of type ResponseModifier and TypeMethodDescriptionorg.reactivestreams.Publisher<Response>PublisherRxInvoker.delete()org.reactivestreams.Publisher<Response>PublisherRxInvoker.get()org.reactivestreams.Publisher<Response>PublisherRxInvoker.head()org.reactivestreams.Publisher<Response>org.reactivestreams.Publisher<Response>org.reactivestreams.Publisher<Response>PublisherRxInvoker.options()org.reactivestreams.Publisher<Response>org.reactivestreams.Publisher<Response>org.reactivestreams.Publisher<Response>PublisherRxInvoker.trace() -
Uses of Response in org.jboss.resteasy.client.jaxrs.engines
Methods in org.jboss.resteasy.client.jaxrs.engines that return ResponseModifier and TypeMethodDescriptionApacheHttpAsyncClient4Engine.invoke(Invocation request) Deprecated, for removal: This API element is subject to removal in a future version.ManualClosingApacheHttpClient43Engine.invoke(Invocation inv) Deprecated, for removal: This API element is subject to removal in a future version.URLConnectionEngine.invoke(Invocation inv) -
Uses of Response in org.jboss.resteasy.client.jaxrs.i18n
Methods in org.jboss.resteasy.client.jaxrs.i18n with parameters of type ResponseModifier and TypeMethodDescriptionMessages_$bundle.noContentTypeFound(Response response) Messages.noContentTypeFound(Response response) -
Uses of Response in org.jboss.resteasy.client.jaxrs.internal
Subclasses of Response in org.jboss.resteasy.client.jaxrs.internalModifier and TypeClassDescriptionclassclassclassDeprecated.finalizers should no longer be used and this type will be removed in the futureFields in org.jboss.resteasy.client.jaxrs.internal declared as ResponseMethods in org.jboss.resteasy.client.jaxrs.internal that return ResponseModifier and TypeMethodDescriptionClientInvocationBuilder.delete()ClientInvocationBuilder.get()ClientRequestContextImpl.getAbortedWithResponse()ClientInvocationBuilder.head()ClientInvocationBuilder.options()ClientInvocationBuilder.trace()Methods in org.jboss.resteasy.client.jaxrs.internal that return types with arguments of type ResponseModifier and TypeMethodDescriptionAsynchronousInvoke.delete()CompletionStageRxInvokerImpl.delete()org.reactivestreams.Publisher<Response>PublisherRxInvokerImpl.delete()AsynchronousInvoke.get()CompletionStageRxInvokerImpl.get()org.reactivestreams.Publisher<Response>PublisherRxInvokerImpl.get()AsynchronousInvoke.head()AsynchronousInvoke.head(InvocationCallback<Response> callback) CompletionStageRxInvokerImpl.head()org.reactivestreams.Publisher<Response>PublisherRxInvokerImpl.head()org.reactivestreams.Publisher<Response>org.reactivestreams.Publisher<Response>AsynchronousInvoke.options()CompletionStageRxInvokerImpl.options()org.reactivestreams.Publisher<Response>PublisherRxInvokerImpl.options()org.reactivestreams.Publisher<Response>org.reactivestreams.Publisher<Response>ClientInvocation.submit()ClientInvocation.submitCF()AsynchronousInvoke.trace()CompletionStageRxInvokerImpl.trace()org.reactivestreams.Publisher<Response>PublisherRxInvokerImpl.trace()Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type ResponseModifier and TypeMethodDescriptionvoidstatic <T> TClientInvocation.extractResult(GenericType<T> responseType, Response response, Annotation[] annotations) Extracts result from response throwing an appropriate exception if not a successful response.static <T> TClientInvocation.handleErrorStatus(Response response) Throw an exception.Method parameters in org.jboss.resteasy.client.jaxrs.internal with type arguments of type ResponseConstructors in org.jboss.resteasy.client.jaxrs.internal with parameters of type ResponseModifierConstructorDescriptionAbortedResponse(ClientConfiguration configuration, Response response) -
Uses of Response in org.jboss.resteasy.core
Subclasses of Response in org.jboss.resteasy.coreMethods in org.jboss.resteasy.core that return ResponseModifier and TypeMethodDescriptionSynchronousDispatcher.execute(HttpRequest request, HttpResponse response, ResourceInvoker invoker) Return a response wither from an invoke or exception handling.InternalDispatcher.executeEntity(String method, String uri, String contentType, Object entity) ExceptionHandler.executeExactExceptionMapper(Throwable exception) Deprecated.protected ResponseExceptionHandler.executeExactExceptionMapper(Throwable exception, RESTEasyTracingLogger logger) If there exists an Exception mapper for exception, execute it, otherwise, do NOT recurse up class hierarchy of exception.ExceptionHandler.executeExceptionMapper(Throwable exception) Deprecated.protected ResponseExceptionHandler.executeExceptionMapper(Throwable exception, RESTEasyTracingLogger logger) Execute an ExceptionMapper if one exists for the given exception.ExceptionHandler.executeExceptionMapperForClass(Throwable exception, Class clazz) Deprecated.protected ResponseExceptionHandler.executeExceptionMapperForClass(Throwable exception, Class clazz, RESTEasyTracingLogger logger) InternalDispatcher.getResponse(String uri) InternalDispatcher.getResponse(MockHttpRequest request) InternalDispatcher.getResponse(MockHttpRequest request, Object entity) protected ResponseExceptionHandler.handleApplicationException(HttpRequest request, ApplicationException e, RESTEasyTracingLogger logger) protected ResponseExceptionHandler.handleClientErrorException(HttpRequest request, ClientErrorException e) ExceptionHandler.handleException(HttpRequest request, Throwable e) protected ResponseExceptionHandler.handleFailure(HttpRequest request, Failure failure) protected ResponseExceptionHandler.handleReaderException(HttpRequest request, ReaderException e, RESTEasyTracingLogger logger) protected ResponseExceptionHandler.handleWebApplicationException(WebApplicationException wae) protected ResponseExceptionHandler.handleWriterException(HttpRequest request, WriterException e, RESTEasyTracingLogger logger) SynchronousDispatcher.internalInvocation(HttpRequest request, HttpResponse response, Object entity) InternalDispatcher.postEntity(String uri, Object entity) InternalDispatcher.postEntity(String uri, String contentType, Object entity) SynchronousDispatcher.preprocess(HttpRequest request) protected ResponseAsynchronousDispatcher.readAndRemove(long wait, String jobId) protected ResponseExceptionHandler.unwrapException(HttpRequest request, Throwable e, RESTEasyTracingLogger logger) Methods in org.jboss.resteasy.core with parameters of type ResponseModifier and TypeMethodDescriptionvoidSynchronousDispatcher.asynchronousDelivery(HttpRequest request, HttpResponse response, Response jaxrsResponse) Deprecated.voidSynchronousDispatcher.asynchronousDelivery(HttpRequest request, HttpResponse response, Response jaxrsResponse, Consumer<Throwable> onComplete) protected voidSynchronousDispatcher.writeResponse(HttpRequest request, HttpResponse response, Response jaxrsResponse) -
Uses of Response in org.jboss.resteasy.core.interception.jaxrs
Fields in org.jboss.resteasy.core.interception.jaxrs declared as ResponseMethods in org.jboss.resteasy.core.interception.jaxrs that return ResponseMethods in org.jboss.resteasy.core.interception.jaxrs with parameters of type Response -
Uses of Response in org.jboss.resteasy.plugins.providers.jackson
Methods in org.jboss.resteasy.plugins.providers.jackson that return ResponseModifier and TypeMethodDescriptionJsonProcessingExceptionMapper.toResponse(JsonProcessingException exception) -
Uses of Response in org.jboss.resteasy.plugins.providers.jaxb
Constructors in org.jboss.resteasy.plugins.providers.jaxb with parameters of type ResponseModifierConstructorDescriptionJAXBMarshalException(String s, Response response) JAXBMarshalException(String s, Throwable throwable, Response response) JAXBMarshalException(Throwable throwable, Response response) JAXBUnmarshalException(String s, Response response) JAXBUnmarshalException(String s, Throwable throwable, Response response) JAXBUnmarshalException(Throwable throwable, Response response) -
Uses of Response in org.jboss.resteasy.plugins.validation
Methods in org.jboss.resteasy.plugins.validation that return ResponseModifier and TypeMethodDescriptionprotected ResponseResteasyViolationExceptionMapper.buildResponse(Object entity, String mediaType, Response.Status status) protected ResponseResteasyViolationExceptionMapper.buildViolationReportResponse(ResteasyViolationException exception, Response.Status status) ResteasyViolationExceptionMapper.toResponse(ValidationException exception) -
Uses of Response in org.jboss.resteasy.specimpl
Subclasses of Response in org.jboss.resteasy.specimplModifier and TypeClassDescriptionclassA response object not attached to a client or server invocation.classA response object not attached to a client or server invocation.classMethods in org.jboss.resteasy.specimpl that return Response -
Uses of Response in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi declared as ResponseMethods in org.jboss.resteasy.spi that return ResponseModifier and TypeMethodDescriptionFailure.getResponse()Dispatcher.internalInvocation(HttpRequest request, HttpResponse response, Object entity) ResourceInvoker.invoke(HttpRequest request, HttpResponse response) ResourceInvoker.invoke(HttpRequest request, HttpResponse response, Object target) Methods in org.jboss.resteasy.spi with parameters of type ResponseConstructors in org.jboss.resteasy.spi with parameters of type ResponseModifierConstructorDescriptionBadRequestException(String s, Response response) Deprecated.BadRequestException(String s, Throwable throwable, Response response) Deprecated.BadRequestException(Throwable throwable, Response response) Deprecated.DefaultOptionsMethodException(String s, Response response) Deprecated, for removal: This API element is subject to removal in a future version.InternalServerErrorException(String s, Response response) InternalServerErrorException(String s, Throwable throwable, Response response) InternalServerErrorException(Throwable throwable, Response response) LoggableFailure(String s, Response response) LoggableFailure(String s, Throwable throwable, Response response) LoggableFailure(Throwable throwable, Response response) NoLogWebApplicationException(Response response) NoLogWebApplicationException(Throwable cause, Response response) ReaderException(String s, Response response) ReaderException(String s, Throwable throwable, Response response) ReaderException(Throwable throwable, Response response) WriterException(String s, Response response) WriterException(String s, Throwable throwable, Response response) WriterException(Throwable throwable, Response response)