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

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

public class SessionSet
extends java.lang.Object


Constructor Summary
SessionSet()
           
 
Method Summary
 void add(IOSession session)
           
 void clear()
           
 boolean isEmpty()
           
 java.util.Iterator iterator()
           
 boolean remove(IOSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionSet

public SessionSet()
Method Detail

add

public void add(IOSession session)

remove

public boolean remove(IOSession session)

clear

public void clear()

isEmpty

public boolean isEmpty()

iterator

public java.util.Iterator iterator()


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