org.apache.http.nio.reactor
Interface ListeningIOReactor
- All Superinterfaces:
- IOReactor
- All Known Implementing Classes:
- DefaultListeningIOReactor
public interface ListeningIOReactor
- extends IOReactor
listen
ListenerEndpoint listen(java.net.SocketAddress address)
pause
void pause()
throws java.io.IOException
- Throws:
java.io.IOException
resume
void resume()
throws java.io.IOException
- Throws:
java.io.IOException
getEndpoints
java.util.Set<ListenerEndpoint> getEndpoints()
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.