Class ClientResponseContextImpl

java.lang.Object
org.apache.cxf.jaxrs.impl.AbstractResponseContextImpl
org.apache.cxf.jaxrs.client.spec.ClientResponseContextImpl
All Implemented Interfaces:
jakarta.ws.rs.client.ClientResponseContext

public class ClientResponseContextImpl extends org.apache.cxf.jaxrs.impl.AbstractResponseContextImpl implements jakarta.ws.rs.client.ClientResponseContext
  • Field Summary

    Fields inherited from class org.apache.cxf.jaxrs.impl.AbstractResponseContextImpl

    m, r
  • Constructor Summary

    Constructors
    Constructor
    Description
    ClientResponseContextImpl(org.apache.cxf.jaxrs.impl.ResponseImpl r, org.apache.cxf.message.Message m)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    jakarta.ws.rs.core.MultivaluedMap<String,String>
     
    boolean
     
    void
     

    Methods inherited from class org.apache.cxf.jaxrs.impl.AbstractResponseContextImpl

    getAllowedMethods, getCookies, getDate, getEntity, getEntityTag, getHeaderString, getLanguage, getLastModified, getLength, getLink, getLinkBuilder, getLinks, getLocation, getMediaType, getResponseEntityAnnotations, getStatus, getStatusInfo, getStringHeaders, hasLink, setEntity, setEntity, setStatus, setStatusInfo

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface jakarta.ws.rs.client.ClientResponseContext

    getAllowedMethods, getCookies, getDate, getEntityTag, getHeaderString, getLanguage, getLastModified, getLength, getLink, getLinkBuilder, getLinks, getLocation, getMediaType, getStatus, getStatusInfo, hasLink, setStatus, setStatusInfo
  • Constructor Details

    • ClientResponseContextImpl

      public ClientResponseContextImpl(org.apache.cxf.jaxrs.impl.ResponseImpl r, org.apache.cxf.message.Message m)
  • Method Details

    • getEntityStream

      public InputStream getEntityStream()
      Specified by:
      getEntityStream in interface jakarta.ws.rs.client.ClientResponseContext
    • getHeaders

      public jakarta.ws.rs.core.MultivaluedMap<String,String> getHeaders()
      Specified by:
      getHeaders in interface jakarta.ws.rs.client.ClientResponseContext
    • setEntityStream

      public void setEntityStream(InputStream is)
      Specified by:
      setEntityStream in interface jakarta.ws.rs.client.ClientResponseContext
    • hasEntity

      public boolean hasEntity()
      Specified by:
      hasEntity in interface jakarta.ws.rs.client.ClientResponseContext
      Overrides:
      hasEntity in class org.apache.cxf.jaxrs.impl.AbstractResponseContextImpl