Class ClientRestResponseBuilderImpl<T>

java.lang.Object
org.jboss.resteasy.reactive.RestResponse.ResponseBuilder<T>
org.jboss.resteasy.reactive.common.jaxrs.AbstractRestResponseBuilder<T>
org.jboss.resteasy.reactive.client.impl.ClientRestResponseBuilderImpl<T>

public class ClientRestResponseBuilderImpl<T> extends org.jboss.resteasy.reactive.common.jaxrs.AbstractRestResponseBuilder<T>
  • Field Summary

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.resteasy.reactive.common.jaxrs.RestResponseImpl<T>
     
    org.jboss.resteasy.reactive.RestResponse.ResponseBuilder<T>
    contentLocation(URI location)
     
    protected org.jboss.resteasy.reactive.common.jaxrs.AbstractRestResponseBuilder<T>
     
    entityStream(InputStream entityStream)
     
    invocationState(RestClientRequestContext restClientRequestContext)
     
    org.jboss.resteasy.reactive.RestResponse.ResponseBuilder<T>
    location(URI location)
     

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

    allow, allow, 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 org.jboss.resteasy.reactive.RestResponse.ResponseBuilder

    accepted, accepted, create, create, create, create, create, create, created, fromResponse, newInstance, noContent, notAcceptable, notFound, notModified, notModified, notModified, ok, ok, ok, ok, ok, seeOther, serverError, status, status, temporaryRedirect

    Methods inherited from class java.lang.Object

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

    • ClientRestResponseBuilderImpl

      public ClientRestResponseBuilderImpl()
  • Method Details

    • invocationState

      public ClientRestResponseBuilderImpl<T> invocationState(RestClientRequestContext restClientRequestContext)
    • entityStream

      public ClientRestResponseBuilderImpl<T> entityStream(InputStream entityStream)
    • doClone

      protected org.jboss.resteasy.reactive.common.jaxrs.AbstractRestResponseBuilder<T> doClone()
      Specified by:
      doClone in class org.jboss.resteasy.reactive.common.jaxrs.AbstractRestResponseBuilder<T>
    • build

      public org.jboss.resteasy.reactive.common.jaxrs.RestResponseImpl<T> build()
      Overrides:
      build in class org.jboss.resteasy.reactive.common.jaxrs.AbstractRestResponseBuilder<T>
    • contentLocation

      public org.jboss.resteasy.reactive.RestResponse.ResponseBuilder<T> contentLocation(URI location)
      Specified by:
      contentLocation in class org.jboss.resteasy.reactive.RestResponse.ResponseBuilder<T>
    • location

      public org.jboss.resteasy.reactive.RestResponse.ResponseBuilder<T> location(URI location)
      Specified by:
      location in class org.jboss.resteasy.reactive.RestResponse.ResponseBuilder<T>