Class AbortedResponse
java.lang.Object
jakarta.ws.rs.core.Response
org.jboss.resteasy.specimpl.AbstractBuiltResponse
org.jboss.resteasy.specimpl.BuiltResponse
org.jboss.resteasy.client.jaxrs.internal.ClientResponse
org.jboss.resteasy.client.jaxrs.internal.FinalizedClientResponse
org.jboss.resteasy.client.jaxrs.internal.AbortedResponse
- All Implemented Interfaces:
AutoCloseable
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractBuiltResponse
AbstractBuiltResponse.InputStreamWrapper<T>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 ClientResponse
configuration, properties, tracingLoggerFields inherited from class AbstractBuiltResponse
annotations, bufferedEntity, entity, entityClass, genericType, is, isClosed, metadata, processor, reason, status, streamFullyRead, streamRead -
Constructor Summary
ConstructorsConstructorDescriptionAbortedResponse(ClientConfiguration configuration, jakarta.ws.rs.core.Response response) -
Method Summary
Modifier and TypeMethodDescription<T> TreadEntity(Class<T> type, Type genericType, Annotation[] anns) Added for RESTEASY-1540.protected voidMethods inherited from class FinalizedClientResponse
finalizeMethods inherited from class ClientResponse
abortIfClosed, bufferEntity, close, getEntity, getEntityClass, getEntityStream, getHeaderValueProcessor, getProperties, hasEntity, noReleaseConnection, readFrom, setClientConfiguration, setHeaders, setPropertiesMethods inherited from class BuiltResponse
getInputStream, releaseConnection, releaseConnectionMethods inherited from class AbstractBuiltResponse
addMethodAnnotations, getAllowedMethods, getAnnotations, getCookies, getDate, getEntityTag, getGenericType, getHeaderString, getLanguage, getLastModified, getLength, getLink, getLinkBuilder, getLinks, getLocation, getMediaType, getMetadata, getReasonPhrase, getStatus, getStatusInfo, getStringHeaders, hasLink, isClosed, readEntity, readEntity, readEntity, readEntity, resetEntity, setAnnotations, setEntity, setEntityClass, setGenericType, setMetadata, setReasonPhrase, setStatus, setStreamFullyRead, setStreamRead, toHeaderStringMethods inherited from class jakarta.ws.rs.core.Response
accepted, accepted, created, fromResponse, getHeaders, noContent, notAcceptable, notModified, notModified, notModified, ok, ok, ok, ok, ok, seeOther, serverError, status, status, status, status, temporaryRedirect
-
Constructor Details
-
AbortedResponse
-
-
Method Details
-
setInputStream
- Specified by:
setInputStreamin classClientResponse
-
readEntity
Added for RESTEASY-1540.- Overrides:
readEntityin classBuiltResponse
-