Uses of Class
org.apache.http.impl.nio.reactor.ExceptionEvent

Packages that use ExceptionEvent
org.apache.http.impl.nio.reactor Default implementations for interfaces in org.apache.http.nio including default I/O reactor implementations and support for SSL/TLS transport security. 
 

Uses of ExceptionEvent in org.apache.http.impl.nio.reactor
 

Fields in org.apache.http.impl.nio.reactor with type parameters of type ExceptionEvent
protected  List<ExceptionEvent> AbstractMultiworkerIOReactor.auditLog
           
 

Methods in org.apache.http.impl.nio.reactor that return types with arguments of type ExceptionEvent
 List<ExceptionEvent> AbstractMultiworkerIOReactor.getAuditLog()
          Returns the audit log containing exceptions thrown by the I/O reactor prior and in the course of the reactor shutdown.
 



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