Home | History | Annotate | Download | only in client

Lines Matching refs:AbortableHttpRequest

68 import org.apache.http.client.methods.AbortableHttpRequest;
321 if (orig instanceof AbortableHttpRequest) {
322 ((AbortableHttpRequest) orig).setConnectionRequest(connRequest);
354 if (orig instanceof AbortableHttpRequest) {
355 ((AbortableHttpRequest) orig).setReleaseTrigger(managedConn);