Class InternalIOReactorExceptionHandler

java.lang.Object
org.apache.http.impl.nio.client.InternalIOReactorExceptionHandler
All Implemented Interfaces:
org.apache.http.nio.reactor.IOReactorExceptionHandler

class InternalIOReactorExceptionHandler extends Object implements org.apache.http.nio.reactor.IOReactorExceptionHandler
  • Field Details

    • log

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

    • InternalIOReactorExceptionHandler

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

    • handle

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

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