|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.impl.nio.reactor.SessionSet
public class SessionSet
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 |
---|
public SessionSet()
Method Detail |
---|
public void add(IOSession session)
public boolean remove(IOSession session)
public void clear()
public boolean isEmpty()
public java.util.Iterator iterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |