public class NettyHttpClientRequest extends Object
Constructor and Description |
---|
NettyHttpClientRequest(URI requestUri,
String method) |
Modifier and Type | Method and Description |
---|---|
void |
createRequest(io.netty.buffer.ByteBuf content) |
int |
getConnectionTimeout() |
CxfResponseCallBack |
getCxfResponseCallback() |
int |
getMaxResponseContentLength() |
int |
getReceiveTimeout() |
io.netty.handler.codec.http.HttpRequest |
getRequest() |
io.netty.handler.codec.http.HttpResponse |
getResponse() |
URI |
getUri() |
void |
setConnectionTimeout(int timeout) |
void |
setCxfResponseCallback(CxfResponseCallBack callback) |
void |
setMaxResponseContentLength(int maxResponseContentLength) |
void |
setReceiveTimeout(int timeout) |
void |
setResponse(io.netty.handler.codec.http.HttpResponse response) |
public void createRequest(io.netty.buffer.ByteBuf content)
public io.netty.handler.codec.http.HttpRequest getRequest()
public io.netty.handler.codec.http.HttpResponse getResponse()
public void setResponse(io.netty.handler.codec.http.HttpResponse response)
public URI getUri()
public void setCxfResponseCallback(CxfResponseCallBack callback)
public CxfResponseCallBack getCxfResponseCallback()
public void setConnectionTimeout(int timeout)
public int getConnectionTimeout()
public void setReceiveTimeout(int timeout)
public int getReceiveTimeout()
public void setMaxResponseContentLength(int maxResponseContentLength)
public int getMaxResponseContentLength()
Apache CXF