Class HTTPProtocol.PagingResponseBuilder

java.lang.Object
jakarta.ws.rs.core.Response.ResponseBuilder
org.jboss.resteasy.specimpl.ResponseBuilderImpl
org.openremote.agent.protocol.http.HTTPProtocol.PagingResponseBuilder
Enclosing class:
HTTPProtocol

protected static class HTTPProtocol.PagingResponseBuilder extends org.jboss.resteasy.specimpl.ResponseBuilderImpl
  • Field Summary

    Fields inherited from class org.jboss.resteasy.specimpl.ResponseBuilderImpl

    entity, entityAnnotations, metadata, reasonPhrase, status
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.Response
     

    Methods inherited from class org.jboss.resteasy.specimpl.ResponseBuilderImpl

    allow, allow, cacheControl, clone, contentLocation, cookie, createVaryHeader, encoding, entity, entity, expires, getDateFormatRFC822, header, language, language, lastModified, link, link, links, location, replaceAll, status, status, tag, tag, type, type, variant, variants, variants

    Methods inherited from class jakarta.ws.rs.core.Response.ResponseBuilder

    newInstance, status, status

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PagingResponseBuilder

      protected PagingResponseBuilder()
  • Method Details

    • build

      public jakarta.ws.rs.core.Response build()
      Overrides:
      build in class org.jboss.resteasy.specimpl.ResponseBuilderImpl