org.apache.http.nio.reactor
Interface ListeningIOReactor

All Superinterfaces:
IOReactor
All Known Implementing Classes:
DefaultListeningIOReactor

public interface ListeningIOReactor
extends IOReactor


Field Summary
 
Fields inherited from interface org.apache.http.nio.reactor.IOReactor
ACTIVE, INACTIVE, SHUT_DOWN, SHUTTING_DOWN
 
Method Summary
 java.net.SocketAddress listen(java.net.SocketAddress address)
           
 
Methods inherited from interface org.apache.http.nio.reactor.IOReactor
execute, getStatus, shutdown, shutdown
 

Method Detail

listen

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.