Class HTTPProtocol.PagingResponse
java.lang.Object
javax.ws.rs.core.Response
org.jboss.resteasy.specimpl.AbstractBuiltResponse
org.jboss.resteasy.specimpl.BuiltResponse
org.openremote.agent.protocol.http.HTTPProtocol.PagingResponse
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- HTTPProtocol
protected static class HTTPProtocol.PagingResponse
extends org.jboss.resteasy.specimpl.BuiltResponse
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.resteasy.specimpl.AbstractBuiltResponse
org.jboss.resteasy.specimpl.AbstractBuiltResponse.InputStreamWrapper<T extends org.jboss.resteasy.specimpl.BuiltResponse>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
Fields inherited from class org.jboss.resteasy.specimpl.AbstractBuiltResponse
annotations, bufferedEntity, entity, entityClass, genericType, is, isClosed, metadata, processor, reason, status, streamFullyRead, streamRead -
Method Summary
Modifier and TypeMethodDescriptionstatic javax.ws.rs.core.Response.ResponseBuilderfromResponse(javax.ws.rs.core.Response response) <T> TreadEntity(Class<T> type) <T> TreadEntity(Class<T> type, Type genericType, Annotation[] anns) Methods inherited from class org.jboss.resteasy.specimpl.BuiltResponse
bufferEntity, getEntityStream, getInputStream, readFrom, releaseConnection, releaseConnection, setInputStreamMethods inherited from class org.jboss.resteasy.specimpl.AbstractBuiltResponse
abortIfClosed, 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, resetEntity, setAnnotations, setEntity, setEntityClass, setGenericType, setMetadata, setReasonPhrase, setStatus, setStreamFullyRead, setStreamRead, toHeaderStringMethods inherited from class javax.ws.rs.core.Response
accepted, accepted, created, getHeaders, noContent, notAcceptable, notModified, notModified, notModified, ok, ok, ok, ok, ok, seeOther, serverError, status, status, status, status, temporaryRedirect
-
Method Details
-
fromResponse
public static javax.ws.rs.core.Response.ResponseBuilder fromResponse(javax.ws.rs.core.Response response) -
readEntity
- Overrides:
readEntityin classorg.jboss.resteasy.specimpl.AbstractBuiltResponse
-
readEntity
- Overrides:
readEntityin classorg.jboss.resteasy.specimpl.BuiltResponse
-