Class AbortedResponse
java.lang.Object
javax.ws.rs.core.Response
org.jboss.resteasy.specimpl.BuiltResponse
org.jboss.resteasy.client.jaxrs.internal.ClientResponse
org.jboss.resteasy.client.jaxrs.internal.AbortedResponse
- Version:
- $Revision: 1 $
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.ws.rs.core.Response
javax.ws.rs.core.Response.ResponseBuilder, javax.ws.rs.core.Response.Status, javax.ws.rs.core.Response.StatusType
-
Field Summary
FieldsFields inherited from class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
bufferedEntity, configuration, properties
Fields inherited from class org.jboss.resteasy.specimpl.BuiltResponse
annotations, entity, entityClass, genericType, isClosed, metadata, processor, status
-
Constructor Summary
ConstructorsConstructorDescriptionAbortedResponse
(ClientConfiguration configuration, javax.ws.rs.core.Response response) -
Method Summary
Modifier and TypeMethodDescriptionprotected InputStream
<T> T
readEntity
(Class<T> type, Type genericType, Annotation[] anns) Added for RESTEASY-1540.void
release underlying connection but do not closeprotected void
Methods inherited from class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
abortIfClosed, bufferEntity, close, finalize, getEntity, getEntityStream, getHeaderValueProcessor, getProperties, hasEntity, noReleaseConnection, readFrom, setClientConfiguration, setHeaders, setProperties
Methods inherited from class org.jboss.resteasy.specimpl.BuiltResponse
addMethodAnnotations, getAllowedMethods, getAnnotations, getCookies, getDate, getEntityClass, getEntityTag, getGenericType, getHeaderString, getLanguage, getLastModified, getLength, getLink, getLinkBuilder, getLinkHeaders, getLinks, getLocation, getMediaType, getMetadata, getStatus, getStatusInfo, getStringHeaders, hasLink, isClosed, readEntity, readEntity, readEntity, readEntity, setAnnotations, setEntity, setEntityClass, setGenericType, setMetadata, setStatus, toHeaderString
Methods inherited from class javax.ws.rs.core.Response
accepted, accepted, created, fromResponse, getHeaders, noContent, notAcceptable, notModified, notModified, notModified, ok, ok, ok, ok, ok, seeOther, serverError, status, status, status, temporaryRedirect
-
Field Details
-
is
-
-
Constructor Details
-
AbortedResponse
-
-
Method Details
-
getInputStream
- Specified by:
getInputStream
in classClientResponse
-
setInputStream
- Specified by:
setInputStream
in classClientResponse
-
releaseConnection
public void releaseConnection()Description copied from class:ClientResponse
release underlying connection but do not close- Specified by:
releaseConnection
in classClientResponse
-
readEntity
Added for RESTEASY-1540.- Overrides:
readEntity
in classClientResponse
-