public class CXFHttpRequest
extends org.apache.http.message.AbstractHttpMessage
implements org.apache.http.HttpEntityEnclosingRequest
| Constructor and Description |
|---|
CXFHttpRequest(String method) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
expectContinue() |
org.apache.http.HttpEntity |
getEntity() |
String |
getMethod() |
AsyncHTTPConduit.AsyncWrappedOutputStream |
getOutputStream() |
org.apache.http.ProtocolVersion |
getProtocolVersion() |
org.apache.http.RequestLine |
getRequestLine() |
URI |
getURI() |
void |
setEntity(org.apache.http.HttpEntity entity) |
void |
setOutputStream(AsyncHTTPConduit.AsyncWrappedOutputStream o) |
void |
setURI(URI u) |
addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParamspublic CXFHttpRequest(String method)
public void setOutputStream(AsyncHTTPConduit.AsyncWrappedOutputStream o)
public AsyncHTTPConduit.AsyncWrappedOutputStream getOutputStream()
public URI getURI()
public void setURI(URI u)
public String getMethod()
public org.apache.http.RequestLine getRequestLine()
getRequestLine in interface org.apache.http.HttpRequestpublic org.apache.http.ProtocolVersion getProtocolVersion()
getProtocolVersion in interface org.apache.http.HttpMessagepublic org.apache.http.HttpEntity getEntity()
getEntity in interface org.apache.http.HttpEntityEnclosingRequestpublic void setEntity(org.apache.http.HttpEntity entity)
setEntity in interface org.apache.http.HttpEntityEnclosingRequestpublic boolean expectContinue()
expectContinue in interface org.apache.http.HttpEntityEnclosingRequestApache CXF