Class InternalIOReactorExceptionHandler

  • All Implemented Interfaces:
    org.apache.http.nio.reactor.IOReactorExceptionHandler

    class InternalIOReactorExceptionHandler
    extends java.lang.Object
    implements org.apache.http.nio.reactor.IOReactorExceptionHandler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.apache.commons.logging.Log log  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean handle​(java.io.IOException ex)  
      boolean handle​(java.lang.RuntimeException ex)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

        private final org.apache.commons.logging.Log log
    • Constructor Detail

      • InternalIOReactorExceptionHandler

        InternalIOReactorExceptionHandler​(org.apache.commons.logging.Log log)
    • Method Detail

      • handle

        public boolean handle​(java.io.IOException ex)
        Specified by:
        handle in interface org.apache.http.nio.reactor.IOReactorExceptionHandler
      • handle

        public boolean handle​(java.lang.RuntimeException ex)
        Specified by:
        handle in interface org.apache.http.nio.reactor.IOReactorExceptionHandler