org.apache.http.nio.reactor
Interface ListeningIOReactor

All Superinterfaces:
IOReactor
All Known Implementing Classes:
DefaultListeningIOReactor

public interface ListeningIOReactor
extends IOReactor


Method Summary
 java.util.Set<ListenerEndpoint> getEndpoints()
           
 ListenerEndpoint listen(java.net.SocketAddress address)
           
 void pause()
           
 void resume()
           
 
Methods inherited from interface org.apache.http.nio.reactor.IOReactor
execute, getStatus, shutdown, shutdown
 

Method Detail

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.