public class AbortedResponse extends ClientResponse
AbstractBuiltResponse.InputStreamWrapper<T extends BuiltResponse>
Response.ResponseBuilder, Response.Status, Response.StatusType
configuration, properties
annotations, bufferedEntity, entity, entityClass, genericType, is, isClosed, metadata, processor, reason, status, streamFullyRead, streamRead
Constructor and Description |
---|
AbortedResponse(ClientConfiguration configuration,
Response response) |
Modifier and Type | Method and Description |
---|---|
<T> T |
readEntity(Class<T> type,
Type genericType,
Annotation[] anns)
Added for RESTEASY-1540.
|
protected void |
setInputStream(InputStream is) |
abortIfClosed, bufferEntity, close, finalize, getEntity, getEntityClass, getEntityStream, getHeaderValueProcessor, getProperties, hasEntity, noReleaseConnection, readFrom, setClientConfiguration, setHeaders, setProperties
getInputStream, releaseConnection, releaseConnection
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
accepted, accepted, created, fromResponse, getHeaders, noContent, notAcceptable, notModified, notModified, notModified, ok, ok, ok, ok, ok, seeOther, serverError, status, status, status, status, temporaryRedirect
public AbortedResponse(ClientConfiguration configuration, Response response)
protected void setInputStream(InputStream is)
setInputStream
in class ClientResponse
public <T> T readEntity(Class<T> type, Type genericType, Annotation[] anns)
readEntity
in class BuiltResponse
Copyright © 2021 JBoss by Red Hat. All rights reserved.