public class CXFHttpAsyncRequestProducer extends Object implements org.apache.hc.core5.http.nio.AsyncRequestProducer
| Constructor and Description |
|---|
CXFHttpAsyncRequestProducer(CXFHttpRequest request,
SharedOutputBuffer buf) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
failed(Exception ex) |
org.apache.hc.core5.http.HttpRequest |
generateRequest() |
org.apache.hc.core5.http.HttpHost |
getTarget() |
boolean |
isRepeatable() |
void |
produce(org.apache.hc.core5.http.nio.DataStreamChannel channel) |
void |
releaseResources() |
void |
requestCompleted(org.apache.hc.core5.http.protocol.HttpContext context) |
void |
resetRequest() |
void |
sendRequest(org.apache.hc.core5.http.nio.RequestChannel channel,
org.apache.hc.core5.http.protocol.HttpContext context) |
public CXFHttpAsyncRequestProducer(CXFHttpRequest request, SharedOutputBuffer buf)
public org.apache.hc.core5.http.HttpHost getTarget()
public org.apache.hc.core5.http.HttpRequest generateRequest()
throws IOException,
org.apache.hc.core5.http.HttpException
IOExceptionorg.apache.hc.core5.http.HttpExceptionpublic void produce(org.apache.hc.core5.http.nio.DataStreamChannel channel)
throws IOException
produce in interface org.apache.hc.core5.http.nio.AsyncDataProducerIOExceptionpublic void requestCompleted(org.apache.hc.core5.http.protocol.HttpContext context)
public void failed(Exception ex)
failed in interface org.apache.hc.core5.http.nio.AsyncRequestProducerpublic boolean isRepeatable()
isRepeatable in interface org.apache.hc.core5.http.nio.AsyncRequestProducerpublic void resetRequest()
throws IOException
IOExceptionpublic int available()
available in interface org.apache.hc.core5.http.nio.AsyncDataProducerpublic void releaseResources()
releaseResources in interface org.apache.hc.core5.http.nio.ResourceHolderpublic void sendRequest(org.apache.hc.core5.http.nio.RequestChannel channel,
org.apache.hc.core5.http.protocol.HttpContext context)
throws org.apache.hc.core5.http.HttpException,
IOException
sendRequest in interface org.apache.hc.core5.http.nio.AsyncRequestProducerorg.apache.hc.core5.http.HttpExceptionIOExceptionApache CXF