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, toString
addHeader, getAuthority, getMethod, getPath, getRequestUri, getScheme, getVersion, setAbsoluteRequestUri, setAuthority, setHeader, setPath, setScheme, setUri, setVersion
addHeader, clear, containsHeader, countHeaders, getCondensedHeader, getFirstHeader, getHeader, getHeaders, getHeaders, getLastHeader, headerIterator, headerIterator, removeHeader, removeHeaders, removeHeaders, setHeader, setHeaders
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAuthority, getMethod, getPath, getRequestUri, getScheme, setAuthority, setPath, setScheme, setUri
public 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.HttpEntityContainer
getEntity
in class org.apache.hc.core5.http.message.BasicClassicHttpRequest
public void setEntity(org.apache.hc.core5.http.HttpEntity entity)
setEntity
in interface org.apache.hc.core5.http.HttpEntityContainer
setEntity
in class org.apache.hc.core5.http.message.BasicClassicHttpRequest
public org.apache.hc.client5.http.config.RequestConfig getConfig()
getConfig
in interface org.apache.hc.client5.http.config.Configurable
getConfig
in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
public void setConfig(org.apache.hc.client5.http.config.RequestConfig config)
setConfig
in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
public URI getUri()
getUri
in interface org.apache.hc.core5.http.HttpRequest
getUri
in class org.apache.hc.core5.http.message.BasicHttpRequest
Apache CXF