Class ClientResponseImpl

java.lang.Object
jakarta.ws.rs.core.Response
org.jboss.resteasy.reactive.common.jaxrs.ResponseImpl
org.jboss.resteasy.reactive.client.impl.ClientResponseImpl
All Implemented Interfaces:
AutoCloseable

public class ClientResponseImpl extends org.jboss.resteasy.reactive.common.jaxrs.ResponseImpl
This is the Response class client response object with more deserialising powers than user-created responses @{link ResponseImpl.
  • Nested Class Summary

    Nested classes/interfaces inherited from class jakarta.ws.rs.core.Response

    jakarta.ws.rs.core.Response.ResponseBuilder, jakarta.ws.rs.core.Response.Status, jakarta.ws.rs.core.Response.StatusType
  • Field Summary

    Fields inherited from class org.jboss.resteasy.reactive.common.jaxrs.ResponseImpl

    buffered, closed, consumed, entity
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
     
    protected <T> T
    readEntity(Class<T> entityType, Type genericType, Annotation[] annotations)
     

    Methods inherited from class org.jboss.resteasy.reactive.common.jaxrs.ResponseImpl

    checkClosed, close, getAllowedMethods, getCookies, getDate, getEntity, getEntityAnnotations, getEntityStream, getEntityTag, getHeaderString, getLanguage, getLastModified, getLength, getLink, getLinkBuilder, getLinks, getLocation, getMediaType, getMetadata, getStatus, getStatusInfo, getStringHeaders, hasEntity, hasLink, populateStringHeaders, readEntity, readEntity, readEntity, readEntity, setEntity, setEntityStream, setStatus, setStatusInfo

    Methods inherited from class jakarta.ws.rs.core.Response

    accepted, accepted, created, fromResponse, getHeaders, isClosed, noContent, notAcceptable, notModified, notModified, notModified, ok, ok, ok, ok, ok, seeOther, serverError, status, status, status, status, temporaryRedirect

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ClientResponseImpl

      public ClientResponseImpl()
  • Method Details

    • bufferEntity

      public boolean bufferEntity()
      Overrides:
      bufferEntity in class org.jboss.resteasy.reactive.common.jaxrs.ResponseImpl
    • readEntity

      protected <T> T readEntity(Class<T> entityType, Type genericType, Annotation[] annotations)
      Overrides:
      readEntity in class org.jboss.resteasy.reactive.common.jaxrs.ResponseImpl
    • getHttpVersion

      public String getHttpVersion()
    • getCallerStackTrace

      public StackTraceElement[] getCallerStackTrace()