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

java.lang.Object
  extended by org.apache.http.impl.nio.reactor.SessionRequestQueue

public class SessionRequestQueue
extends java.lang.Object


Constructor Summary
SessionRequestQueue()
           
 
Method Summary
 SessionRequestImpl pop()
           
 void push(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(SessionRequestImpl entry)

pop

public SessionRequestImpl pop()


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