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
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
RestResponse.ResponseBuilder<T extends Object>, RestResponse.Status, RestResponse.StatusCode -
Field Summary
Fields inherited from class org.jboss.resteasy.reactive.common.jaxrs.RestResponseImpl
buffered, closed, consumed, entity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <OtherT> OtherTreadEntity(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, toResponseMethods 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
-
Constructor Details
-
ClientRestResponseImpl
public ClientRestResponseImpl()
-
-
Method Details
-
readEntity
protected <OtherT> OtherT readEntity(Class<OtherT> entityType, Type genericType, Annotation[] annotations) - Overrides:
readEntityin classRestResponseImpl<T>
-