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
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected <T> T
readEntity
(Class<T> entityType, Type genericType, Annotation[] annotations) Methods inherited from class org.jboss.resteasy.reactive.common.jaxrs.ResponseImpl
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
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
-
Constructor Details
-
ClientResponseImpl
public ClientResponseImpl()
-
-
Method Details
-
readEntity
- Overrides:
readEntity
in classResponseImpl
-
getHttpVersion
-
getCallerStackTrace
-