public class CXFHttpRequest
extends org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
implements org.apache.hc.client5.http.config.Configurable
| Constructor and Description |
|---|
CXFHttpRequest(String method,
URI uri) |
| Modifier and Type | Method and 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) |
abort, cancel, isAborted, isCancelled, reset, setDependency, toStringaddHeader, getAuthority, getMethod, getPath, getRequestUri, getScheme, getVersion, setAbsoluteRequestUri, setAuthority, setHeader, setPath, setScheme, setUri, setVersionaddHeader, clear, containsHeader, countHeaders, getCondensedHeader, getFirstHeader, getHeader, getHeaders, getHeaders, getLastHeader, headerIterator, headerIterator, removeHeader, removeHeaders, removeHeaders, setHeader, setHeadersclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAuthority, getMethod, getPath, getRequestUri, getScheme, setAuthority, setPath, setScheme, setUripublic void setOutputStream(AsyncHTTPConduit.AsyncWrappedOutputStream o)
public AsyncHTTPConduit.AsyncWrappedOutputStream getOutputStream()
public org.apache.hc.core5.http.HttpEntity getEntity()
getEntity in interface org.apache.hc.core5.http.HttpEntityContainergetEntity in class org.apache.hc.core5.http.message.BasicClassicHttpRequestpublic void setEntity(org.apache.hc.core5.http.HttpEntity entity)
setEntity in interface org.apache.hc.core5.http.HttpEntityContainersetEntity in class org.apache.hc.core5.http.message.BasicClassicHttpRequestpublic org.apache.hc.client5.http.config.RequestConfig getConfig()
getConfig in interface org.apache.hc.client5.http.config.ConfigurablegetConfig in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBasepublic void setConfig(org.apache.hc.client5.http.config.RequestConfig config)
setConfig in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBasepublic URI getUri()
getUri in interface org.apache.hc.core5.http.HttpRequestgetUri in class org.apache.hc.core5.http.message.BasicHttpRequestApache CXF