|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IOEventDispatch | |
| org.apache.http.impl.nio | |
| org.apache.http.impl.nio.reactor | NIO based implementations of HttpCore interfaces. |
| org.apache.http.nio.reactor | API for event driven NIO based on Doug Lea's reactor pattern. |
| Uses of IOEventDispatch in org.apache.http.impl.nio |
| Classes in org.apache.http.impl.nio that implement IOEventDispatch | |
class |
DefaultClientIOEventDispatch
|
class |
DefaultServerIOEventDispatch
|
| Uses of IOEventDispatch in org.apache.http.impl.nio.reactor |
| Fields in org.apache.http.impl.nio.reactor declared as IOEventDispatch | |
protected IOEventDispatch |
AbstractIOReactor.eventDispatch
|
| Methods in org.apache.http.impl.nio.reactor with parameters of type IOEventDispatch | |
void |
DefaultListeningIOReactor.execute(IOEventDispatch eventDispatch)
|
void |
DefaultConnectingIOReactor.execute(IOEventDispatch eventDispatch)
|
protected void |
AbstractMultiworkerIOReactor.startWorkers(IOEventDispatch eventDispatch)
|
void |
AbstractIOReactor.execute(IOEventDispatch eventDispatch)
|
| Uses of IOEventDispatch in org.apache.http.nio.reactor |
| Methods in org.apache.http.nio.reactor with parameters of type IOEventDispatch | |
void |
IOReactor.execute(IOEventDispatch eventDispatch)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||