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

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

public class ChannelQueue
extends java.lang.Object


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

Constructor Detail

ChannelQueue

public ChannelQueue()
Method Detail

push

public void push(ChannelEntry entry)

pop

public ChannelEntry pop()


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