public class AbortedResponse extends ClientResponse
| Modifier and Type | Field and Description |
|---|---|
protected InputStream |
is |
bufferedEntity, configuration, propertiesannotations, entity, entityClass, genericType, isClosed, metadata, processor, status| Constructor and Description |
|---|
AbortedResponse(ClientConfiguration configuration,
javax.ws.rs.core.Response response) |
| Modifier and Type | Method and Description |
|---|---|
protected InputStream |
getInputStream() |
<T> T |
readEntity(Class<T> type,
Type genericType,
Annotation[] anns)
Added for RESTEASY-1540.
|
void |
releaseConnection()
release underlying connection but do not close
|
protected void |
setInputStream(InputStream is) |
abortIfClosed, bufferEntity, close, finalize, getEntity, getEntityStream, getHeaderValueProcessor, getProperties, hasEntity, noReleaseConnection, readFrom, setClientConfiguration, setHeaders, setPropertiesaddMethodAnnotations, 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, toHeaderStringprotected InputStream is
public AbortedResponse(ClientConfiguration configuration, javax.ws.rs.core.Response response)
protected InputStream getInputStream()
getInputStream in class ClientResponseprotected void setInputStream(InputStream is)
setInputStream in class ClientResponsepublic void releaseConnection()
ClientResponsereleaseConnection in class ClientResponsepublic <T> T readEntity(Class<T> type, Type genericType, Annotation[] anns)
readEntity in class ClientResponseCopyright © 2017 JBoss by Red Hat. All rights reserved.