Class AbortedResponse
- java.lang.Object
-
- javax.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
public class AbortedResponse extends FinalizedClientResponse
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.resteasy.specimpl.AbstractBuiltResponse
AbstractBuiltResponse.InputStreamWrapper<T extends BuiltResponse>
-
-
Field Summary
-
Fields inherited from class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
configuration, properties, tracingLogger
-
Fields inherited from class org.jboss.resteasy.specimpl.AbstractBuiltResponse
annotations, bufferedEntity, entity, entityClass, genericType, is, isClosed, metadata, processor, reason, status, streamFullyRead, streamRead
-
-
Constructor Summary
Constructors Constructor Description AbortedResponse(ClientConfiguration configuration, javax.ws.rs.core.Response response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
readEntity(Class<T> type, Type genericType, Annotation[] anns)
Added for RESTEASY-1540.protected void
setInputStream(InputStream is)
-
Methods inherited from class org.jboss.resteasy.client.jaxrs.internal.FinalizedClientResponse
finalize
-
Methods inherited from class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
abortIfClosed, bufferEntity, close, getEntity, getEntityClass, getEntityStream, getHeaderValueProcessor, getProperties, hasEntity, noReleaseConnection, readFrom, setClientConfiguration, setHeaders, setProperties
-
Methods inherited from class org.jboss.resteasy.specimpl.BuiltResponse
getInputStream, releaseConnection, releaseConnection
-
Methods inherited from class org.jboss.resteasy.specimpl.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, toHeaderString
-
-
-
-
Constructor Detail
-
AbortedResponse
public AbortedResponse(ClientConfiguration configuration, javax.ws.rs.core.Response response)
-
-
Method Detail
-
setInputStream
protected void setInputStream(InputStream is)
- Specified by:
setInputStream
in classClientResponse
-
readEntity
public <T> T readEntity(Class<T> type, Type genericType, Annotation[] anns)
Added for RESTEASY-1540.- Overrides:
readEntity
in classBuiltResponse
-
-