Class ClientResponseContextImpl

  • All Implemented Interfaces:
    javax.ws.rs.client.ClientResponseContext

    public class ClientResponseContextImpl
    extends org.apache.cxf.jaxrs.impl.AbstractResponseContextImpl
    implements javax.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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      InputStream getEntityStream()  
      javax.ws.rs.core.MultivaluedMap<String,​String> getHeaders()  
      boolean hasEntity()  
      void setEntityStream​(InputStream is)  
      • 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 interface javax.ws.rs.client.ClientResponseContext

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

      • ClientResponseContextImpl

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

      • getEntityStream

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

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

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

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