org.apache.http.nio.reactor
Interface IOReactor

All Known Subinterfaces:
ConnectingIOReactor, ListeningIOReactor
All Known Implementing Classes:
AbstractIOReactor, AbstractMultiworkerIOReactor, BaseIOReactor, DefaultConnectingIOReactor, DefaultListeningIOReactor

public interface IOReactor


Method Summary
 void execute(IOEventDispatch eventDispatch)
           
 IOReactorStatus getStatus()
           
 void shutdown()
           
 void shutdown(long waitMs)
           
 

Method Detail

getStatus

IOReactorStatus getStatus()

execute

void execute(IOEventDispatch eventDispatch)
             throws java.io.IOException
Throws:
java.io.IOException

shutdown

void shutdown(long waitMs)
              throws java.io.IOException
Throws:
java.io.IOException

shutdown

void shutdown()
              throws java.io.IOException
Throws:
java.io.IOException


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