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 ResponseImpl
This is the Response class client response object with more deserialising powers than user-created responses @{linkResponseImpl.
-
-
Field Summary
-
Fields inherited from class org.jboss.resteasy.reactive.common.jaxrs.ResponseImpl
buffered, closed, consumed, entity
-
-
Constructor Summary
Constructors Constructor Description ClientResponseImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHttpVersion()protected <T> TreadEntity(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
-
-
-
-
Method Detail
-
readEntity
protected <T> T readEntity(Class<T> entityType, Type genericType, Annotation[] annotations)
- Overrides:
readEntityin classResponseImpl
-
getHttpVersion
public String getHttpVersion()
-
-