Class CXFHttpRequest

java.lang.Object
org.apache.hc.core5.http.message.HeaderGroup
org.apache.hc.core5.http.message.BasicHttpRequest
org.apache.hc.core5.http.message.BasicClassicHttpRequest
org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
org.apache.cxf.transport.http.asyncclient.hc5.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:
  • Constructor Summary

    Constructors
    Constructor
    Description
    CXFHttpRequest(String method, URI uri)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hc.client5.http.config.RequestConfig
     
    org.apache.hc.core5.http.HttpEntity
     
     
     
    void
    setConfig(org.apache.hc.client5.http.config.RequestConfig config)
     
    void
    setEntity(org.apache.hc.core5.http.HttpEntity entity)
     
    void
     

    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 class java.lang.Object

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

    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 Details

    • CXFHttpRequest

      public CXFHttpRequest(String method, URI uri)
  • Method Details

    • setOutputStream

      public void setOutputStream(AsyncHTTPConduit.AsyncWrappedOutputStream o)
    • getOutputStream

    • 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