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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CXFHttpRequest(String method, URI uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.hc.client5.http.config.RequestConfiggetConfig()org.apache.hc.core5.http.HttpEntitygetEntity()AsyncHTTPConduit.AsyncWrappedOutputStreamgetOutputStream()URIgetUri()voidsetConfig(org.apache.hc.client5.http.config.RequestConfig config)voidsetEntity(org.apache.hc.core5.http.HttpEntity entity)voidsetOutputStream(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 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
-
-
-
-
Method Detail
-
setOutputStream
public void setOutputStream(AsyncHTTPConduit.AsyncWrappedOutputStream o)
-
getOutputStream
public AsyncHTTPConduit.AsyncWrappedOutputStream getOutputStream()
-
getEntity
public org.apache.hc.core5.http.HttpEntity getEntity()
- Specified by:
getEntityin interfaceorg.apache.hc.core5.http.HttpEntityContainer- Overrides:
getEntityin classorg.apache.hc.core5.http.message.BasicClassicHttpRequest
-
setEntity
public void setEntity(org.apache.hc.core5.http.HttpEntity entity)
- Specified by:
setEntityin interfaceorg.apache.hc.core5.http.HttpEntityContainer- Overrides:
setEntityin classorg.apache.hc.core5.http.message.BasicClassicHttpRequest
-
getConfig
public org.apache.hc.client5.http.config.RequestConfig getConfig()
- Specified by:
getConfigin interfaceorg.apache.hc.client5.http.config.Configurable- Overrides:
getConfigin classorg.apache.hc.client5.http.classic.methods.HttpUriRequestBase
-
setConfig
public void setConfig(org.apache.hc.client5.http.config.RequestConfig config)
- Overrides:
setConfigin classorg.apache.hc.client5.http.classic.methods.HttpUriRequestBase
-
getUri
public URI getUri()
- Specified by:
getUriin interfaceorg.apache.hc.core5.http.HttpRequest- Overrides:
getUriin classorg.apache.hc.core5.http.message.BasicHttpRequest
-
-