|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.nio.client.methods.HttpAsyncTrace
HttpAsyncMethods.createTrace(URI)
@Deprecated public class HttpAsyncTrace
Constructor Summary | |
---|---|
HttpAsyncTrace(String requestURI)
Deprecated. |
|
HttpAsyncTrace(URI requestURI)
Deprecated. |
Method Summary | |
---|---|
void |
close()
Deprecated. |
protected HttpUriRequest |
createRequest(URI requestURI)
Deprecated. |
HttpRequest |
generateRequest()
Deprecated. |
HttpHost |
getTarget()
Deprecated. |
boolean |
isRepeatable()
Deprecated. |
void |
produceContent(org.apache.http.nio.ContentEncoder encoder,
org.apache.http.nio.IOControl ioctrl)
Deprecated. |
void |
requestCompleted(HttpContext context)
Deprecated. |
void |
resetRequest()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpAsyncTrace(URI requestURI)
public HttpAsyncTrace(String requestURI)
Method Detail |
---|
protected HttpUriRequest createRequest(URI requestURI)
public HttpRequest generateRequest() throws IOException, HttpException
generateRequest
in interface org.apache.http.nio.protocol.HttpAsyncRequestProducer
IOException
HttpException
public HttpHost getTarget()
getTarget
in interface org.apache.http.nio.protocol.HttpAsyncRequestProducer
public void produceContent(org.apache.http.nio.ContentEncoder encoder, org.apache.http.nio.IOControl ioctrl) throws IOException
produceContent
in interface org.apache.http.nio.protocol.HttpAsyncRequestProducer
IOException
public void requestCompleted(HttpContext context)
requestCompleted
in interface org.apache.http.nio.protocol.HttpAsyncRequestProducer
public boolean isRepeatable()
isRepeatable
in interface org.apache.http.nio.protocol.HttpAsyncRequestProducer
public void resetRequest()
resetRequest
in interface org.apache.http.nio.protocol.HttpAsyncRequestProducer
public void close() throws IOException
close
in interface Closeable
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |