org.apache.http.impl.nio.reactor
Class SessionRequestHandle

java.lang.Object
  extended byorg.apache.http.impl.nio.reactor.SessionRequestHandle

public class SessionRequestHandle
extends java.lang.Object


Constructor Summary
SessionRequestHandle(org.apache.http.impl.nio.reactor.SessionRequestImpl sessionRequest)
           
 
Method Summary
 long getRequestTime()
           
 org.apache.http.impl.nio.reactor.SessionRequestImpl getSessionRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionRequestHandle

public SessionRequestHandle(org.apache.http.impl.nio.reactor.SessionRequestImpl sessionRequest)
Method Detail

getSessionRequest

public org.apache.http.impl.nio.reactor.SessionRequestImpl getSessionRequest()

getRequestTime

public long getRequestTime()


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.