Class ResponseBuilderImpl

java.lang.Object
jakarta.ws.rs.core.Response.ResponseBuilder
org.jboss.resteasy.reactive.common.jaxrs.AbstractResponseBuilder
org.jboss.resteasy.reactive.server.jaxrs.ResponseBuilderImpl

public class ResponseBuilderImpl extends org.jboss.resteasy.reactive.common.jaxrs.AbstractResponseBuilder
  • Field Summary

    Fields inherited from class org.jboss.resteasy.reactive.common.jaxrs.AbstractResponseBuilder

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.Response.ResponseBuilder
    contentLocation(URI location)
     
    protected org.jboss.resteasy.reactive.common.jaxrs.AbstractResponseBuilder
     
    jakarta.ws.rs.core.Response.ResponseBuilder
    location(URI location)
     
     
    ok()
     
    ok(Object entity)
     
    withStatus(jakarta.ws.rs.core.Response.Status status)
     

    Methods inherited from class org.jboss.resteasy.reactive.common.jaxrs.AbstractResponseBuilder

    allow, allow, build, build, cacheControl, clone, cookie, createVaryHeader, encoding, entity, entity, expires, getDateFormatRFC822, getEntity, getEntityAnnotations, getMetadata, getReasonPhrase, getStatus, header, language, language, lastModified, link, link, links, populateResponse, populateResponse, replaceAll, setAllHeaders, setEntityAnnotations, 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

    • ResponseBuilderImpl

      public ResponseBuilderImpl()
  • Method Details

    • location

      public jakarta.ws.rs.core.Response.ResponseBuilder location(URI location)
      Specified by:
      location in class jakarta.ws.rs.core.Response.ResponseBuilder
    • contentLocation

      public jakarta.ws.rs.core.Response.ResponseBuilder contentLocation(URI location)
      Specified by:
      contentLocation in class jakarta.ws.rs.core.Response.ResponseBuilder
    • doClone

      protected org.jboss.resteasy.reactive.common.jaxrs.AbstractResponseBuilder doClone()
      Specified by:
      doClone in class org.jboss.resteasy.reactive.common.jaxrs.AbstractResponseBuilder
    • withStatus

      public static ResponseBuilderImpl withStatus(jakarta.ws.rs.core.Response.Status status)
    • ok

      public static ResponseBuilderImpl ok()
    • ok

      public static ResponseBuilderImpl ok(Object entity)
    • noContent

      public static ResponseBuilderImpl noContent()