public abstract class AbstractExecutionAwareRequest extends org.apache.http.message.AbstractHttpMessage implements HttpExecutionAware, org.apache.http.client.methods.AbortableHttpRequest, java.lang.Cloneable, org.apache.http.HttpRequest
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractExecutionAwareRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
java.lang.Object |
clone() |
void |
completed() |
boolean |
isAborted() |
void |
reset()
Resets internal state of the request making it reusable.
|
void |
setCancellable(Cancellable cancellable)
Sets
Cancellable for the ongoing operation. |
void |
setConnectionRequest(org.apache.http.conn.ClientConnectionRequest connRequest)
Deprecated.
|
void |
setReleaseTrigger(org.apache.http.conn.ConnectionReleaseTrigger releaseTrigger)
Deprecated.
|
addHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParams@Deprecated public void setConnectionRequest(org.apache.http.conn.ClientConnectionRequest connRequest)
setConnectionRequest in interface org.apache.http.client.methods.AbortableHttpRequest@Deprecated public void setReleaseTrigger(org.apache.http.conn.ConnectionReleaseTrigger releaseTrigger)
setReleaseTrigger in interface org.apache.http.client.methods.AbortableHttpRequestpublic void abort()
abort in interface org.apache.http.client.methods.AbortableHttpRequestpublic boolean isAborted()
isAborted in interface HttpExecutionAwarepublic void setCancellable(Cancellable cancellable)
HttpExecutionAwareCancellable for the ongoing operation.setCancellable in interface HttpExecutionAwarepublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic void completed()
public void reset()
Copyright © 1999-2015 The Apache Software Foundation. All rights reserved.