org.apache.http.nio.reactor
Interface ListeningIOReactor

All Superinterfaces:
IOReactor
All Known Implementing Classes:
DefaultListeningIOReactor

public interface ListeningIOReactor
extends IOReactor


Method Summary
 java.net.SocketAddress listen(java.net.SocketAddress address)
           
 
Methods inherited from interface org.apache.http.nio.reactor.IOReactor
execute, shutdown
 

Method Detail

listen

public java.net.SocketAddress listen(java.net.SocketAddress address)
                              throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.