Class CXFHttpRequest

  • All Implemented Interfaces:
    Serializable, org.apache.hc.client5.http.classic.methods.HttpUriRequest, org.apache.hc.client5.http.config.Configurable, org.apache.hc.core5.concurrent.Cancellable, org.apache.hc.core5.concurrent.CancellableDependency, org.apache.hc.core5.http.ClassicHttpRequest, org.apache.hc.core5.http.HttpEntityContainer, org.apache.hc.core5.http.HttpMessage, org.apache.hc.core5.http.HttpRequest, org.apache.hc.core5.http.MessageHeaders

    public class CXFHttpRequest
    extends org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
    implements org.apache.hc.client5.http.config.Configurable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.hc.client5.http.config.RequestConfig getConfig()  
      org.apache.hc.core5.http.HttpEntity getEntity()  
      AsyncHTTPConduit.AsyncWrappedOutputStream getOutputStream()  
      URI getUri()  
      void setConfig​(org.apache.hc.client5.http.config.RequestConfig config)  
      void setEntity​(org.apache.hc.core5.http.HttpEntity entity)  
      void setOutputStream​(AsyncHTTPConduit.AsyncWrappedOutputStream o)  
      • Methods inherited from class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase

        abort, cancel, isAborted, isCancelled, reset, setDependency, toString
      • Methods inherited from class org.apache.hc.core5.http.message.BasicHttpRequest

        addHeader, getAuthority, getMethod, getPath, getRequestUri, getScheme, getVersion, setAbsoluteRequestUri, setAuthority, setHeader, setPath, setScheme, setUri, setVersion
      • Methods inherited from class org.apache.hc.core5.http.message.HeaderGroup

        addHeader, clear, containsHeader, countHeaders, getCondensedHeader, getFirstHeader, getHeader, getHeaders, getHeaders, getLastHeader, headerIterator, headerIterator, removeHeader, removeHeaders, removeHeaders, setHeader, setHeaders
      • Methods inherited from interface org.apache.hc.core5.http.HttpMessage

        addHeader, addHeader, getVersion, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setVersion
      • Methods inherited from interface org.apache.hc.core5.http.HttpRequest

        getAuthority, getMethod, getPath, getRequestUri, getScheme, setAuthority, setPath, setScheme, setUri
      • Methods inherited from interface org.apache.hc.core5.http.MessageHeaders

        containsHeader, countHeaders, getFirstHeader, getHeader, getHeaders, getHeaders, getLastHeader, headerIterator, headerIterator
    • Constructor Detail

      • CXFHttpRequest

        public CXFHttpRequest​(String method,
                              URI uri)
    • Method Detail

      • getEntity

        public org.apache.hc.core5.http.HttpEntity getEntity()
        Specified by:
        getEntity in interface org.apache.hc.core5.http.HttpEntityContainer
        Overrides:
        getEntity in class org.apache.hc.core5.http.message.BasicClassicHttpRequest
      • setEntity

        public void setEntity​(org.apache.hc.core5.http.HttpEntity entity)
        Specified by:
        setEntity in interface org.apache.hc.core5.http.HttpEntityContainer
        Overrides:
        setEntity in class org.apache.hc.core5.http.message.BasicClassicHttpRequest
      • getConfig

        public org.apache.hc.client5.http.config.RequestConfig getConfig()
        Specified by:
        getConfig in interface org.apache.hc.client5.http.config.Configurable
        Overrides:
        getConfig in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
      • setConfig

        public void setConfig​(org.apache.hc.client5.http.config.RequestConfig config)
        Overrides:
        setConfig in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
      • getUri

        public URI getUri()
        Specified by:
        getUri in interface org.apache.hc.core5.http.HttpRequest
        Overrides:
        getUri in class org.apache.hc.core5.http.message.BasicHttpRequest