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
IOException
org.apache.hc.core5.http.HttpException
public void produce(org.apache.hc.core5.http.nio.DataStreamChannel channel) throws IOException
produce
in interface org.apache.hc.core5.http.nio.AsyncDataProducer
IOException
public void requestCompleted(org.apache.hc.core5.http.protocol.HttpContext context)
public void failed(Exception ex)
failed
in interface org.apache.hc.core5.http.nio.AsyncRequestProducer
public boolean isRepeatable()
isRepeatable
in interface org.apache.hc.core5.http.nio.AsyncRequestProducer
public void resetRequest() throws IOException
IOException
public int available()
available
in interface org.apache.hc.core5.http.nio.AsyncDataProducer
public void releaseResources()
releaseResources
in interface org.apache.hc.core5.http.nio.ResourceHolder
public 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.AsyncRequestProducer
org.apache.hc.core5.http.HttpException
IOException
Apache CXF