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

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

public class SessionQueue
extends java.lang.Object


Constructor Summary
SessionQueue()
           
 
Method Summary
 IOSession pop()
           
 void push(IOSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionQueue

public SessionQueue()
Method Detail

push

public void push(IOSession session)

pop

public IOSession pop()


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