net.spy.memcached.couch
Class RequestHandle

java.lang.Object
  extended by net.spy.memcached.couch.RequestHandle

public class RequestHandle
extends Object


Constructor Summary
RequestHandle(AsyncConnectionManager connMgr, org.apache.http.nio.NHttpClientConnection conn)
           
 
Method Summary
 void cancel()
           
 void completed()
           
 boolean isCompleted()
           
 void waitFor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestHandle

public RequestHandle(AsyncConnectionManager connMgr,
                     org.apache.http.nio.NHttpClientConnection conn)
Method Detail

isCompleted

public boolean isCompleted()

completed

public void completed()

cancel

public void cancel()

waitFor

public void waitFor()
             throws InterruptedException
Throws:
InterruptedException