public class BuiltResponseEntityNotBacked extends BuiltResponse
AbstractBuiltResponse.InputStreamWrapper<T extends BuiltResponse>annotations, bufferedEntity, entity, entityClass, genericType, is, isClosed, metadata, processor, reason, status, streamFullyRead, streamRead| Constructor and Description |
|---|
BuiltResponseEntityNotBacked() |
BuiltResponseEntityNotBacked(int status,
Headers<Object> metadata,
Object entity,
Annotation[] entityAnnotations) |
BuiltResponseEntityNotBacked(int status,
String reason,
Headers<Object> metadata,
Object entity,
Annotation[] entityAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
readEntity(Class<T> type,
Type genericType,
Annotation[] anns) |
bufferEntity, getEntityStream, getInputStream, readFrom, releaseConnection, releaseConnection, setInputStreamabortIfClosed, addMethodAnnotations, close, getAllowedMethods, getAnnotations, getCookies, getDate, getEntity, getEntityClass, getEntityTag, getGenericType, getHeaderString, getHeaderValueProcessor, getLanguage, getLastModified, getLength, getLink, getLinkBuilder, getLinks, getLocation, getMediaType, getMetadata, getReasonPhrase, getStatus, getStatusInfo, getStringHeaders, hasEntity, hasLink, isClosed, readEntity, readEntity, readEntity, readEntity, resetEntity, setAnnotations, setEntity, setEntityClass, setGenericType, setMetadata, setReasonPhrase, setStatus, setStreamFullyRead, setStreamRead, toHeaderStringpublic BuiltResponseEntityNotBacked()
public BuiltResponseEntityNotBacked(int status,
Headers<Object> metadata,
Object entity,
Annotation[] entityAnnotations)
public BuiltResponseEntityNotBacked(int status,
String reason,
Headers<Object> metadata,
Object entity,
Annotation[] entityAnnotations)
public <T> T readEntity(Class<T> type, Type genericType, Annotation[] anns)
readEntity in class BuiltResponseCopyright © 2020 JBoss by Red Hat. All rights reserved.