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

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

public class SessionRequestQueue
extends java.lang.Object


Constructor Summary
SessionRequestQueue()
           
 
Method Summary
 org.apache.http.impl.nio.reactor.SessionRequestImpl pop()
           
 void push(org.apache.http.impl.nio.reactor.SessionRequestImpl entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionRequestQueue

public SessionRequestQueue()
Method Detail

push

public void push(org.apache.http.impl.nio.reactor.SessionRequestImpl entry)

pop

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


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