Package org.apache.http.nio.reactor

API for event driven NIO based on Doug Lea's reactor pattern.

See:
          Description

Interface Summary
ConnectingIOReactor  
EventMask  
IOEventDispatch  
IOReactor  
IOReactorExceptionHandler Abstract exception handler intended to deal with potentially recoverable I/O exceptions thrown by an I/O reactor
IOSession  
ListenerEndpoint  
ListeningIOReactor  
SessionBufferStatus Interface to query the status of session I/O buffers.
SessionInputBuffer Session input buffer for non-blocking connections.
SessionOutputBuffer Session output buffer for non-blocking connections.
SessionRequest  
SessionRequestCallback  
 

Enum Summary
IOReactorStatus  
 

Exception Summary
IOReactorException I/O exception that can be thrown by an I/O reactor.
 

Package org.apache.http.nio.reactor Description

API for event driven NIO based on Doug Lea's reactor pattern. This API is not specific to HTTP communication. However, it is minimal in the sense that it defines only what is required within the scope of HTTP components. If you are looking for something more general, please use MINA.



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