org.apache.http.nio.reactor
Interface IOEventDispatch
- All Known Implementing Classes:
- DefaultClientIOEventDispatch, DefaultServerIOEventDispatch, SSLClientIOEventDispatch, SSLServerIOEventDispatch
public interface IOEventDispatch
connected
void connected(IOSession session)
inputReady
void inputReady(IOSession session)
outputReady
void outputReady(IOSession session)
timeout
void timeout(IOSession session)
disconnected
void disconnected(IOSession session)
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.