Class ClientRestResponseImpl<T>

java.lang.Object
org.jboss.resteasy.reactive.RestResponse<T>
org.jboss.resteasy.reactive.common.jaxrs.RestResponseImpl<T>
org.jboss.resteasy.reactive.client.impl.ClientRestResponseImpl<T>
All Implemented Interfaces:
AutoCloseable

public class ClientRestResponseImpl<T> extends org.jboss.resteasy.reactive.common.jaxrs.RestResponseImpl<T>
This is the RestResponse class client response object with more deserialising powers than user-created responses @{link RestResponseImpl.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.jboss.resteasy.reactive.RestResponse

    org.jboss.resteasy.reactive.RestResponse.ResponseBuilder<T>, org.jboss.resteasy.reactive.RestResponse.Status, org.jboss.resteasy.reactive.RestResponse.StatusCode
  • Field Summary

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

    buffered, closed, consumed, entity
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

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

    bufferEntity, 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, toResponse

    Methods inherited from class org.jboss.resteasy.reactive.RestResponse

    accepted, accepted, created, fromResponse, getHeaders, noContent, notAcceptable, notFound, notModified, notModified, notModified, ok, ok, ok, ok, ok, seeOther, serverError, status, status, 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

    • ClientRestResponseImpl

      public ClientRestResponseImpl()
  • Method Details

    • readEntity

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