Interface VertxHttpClientHTTPConduit.IOEHandler<E>

Enclosing class:
VertxHttpClientHTTPConduit

public static interface VertxHttpClientHTTPConduit.IOEHandler<E>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(E event)
    Something has happened, so handle it.
  • Method Details

    • handle

      void handle(E event) throws IOException
      Something has happened, so handle it.
      Parameters:
      event - the event to handle
      Throws:
      IOException