|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.impl.nio.DefaultClientIOEventDispatch
public class DefaultClientIOEventDispatch
Constructor Summary | |
---|---|
DefaultClientIOEventDispatch(NHttpClientHandler handler,
org.apache.http.params.HttpParams params)
|
Method Summary | |
---|---|
void |
connected(IOSession session)
|
void |
disconnected(IOSession session)
|
void |
inputReady(IOSession session)
|
void |
outputReady(IOSession session)
|
void |
timeout(IOSession session)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultClientIOEventDispatch(NHttpClientHandler handler, org.apache.http.params.HttpParams params)
Method Detail |
---|
public void connected(IOSession session)
connected
in interface IOEventDispatch
public void disconnected(IOSession session)
disconnected
in interface IOEventDispatch
public void inputReady(IOSession session)
inputReady
in interface IOEventDispatch
public void outputReady(IOSession session)
outputReady
in interface IOEventDispatch
public void timeout(IOSession session)
timeout
in interface IOEventDispatch
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |