Interface IoCallback<T>


public interface IoCallback<T>
Author:
Stuart Douglas
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IoCallback
    A default callback that simply ends the exchange.
    static final org.jboss.logging.Logger
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onComplete(HttpExchange exchange, T context)
     
    default void
    onException(HttpExchange exchange, T context, IOException exception)
     
  • Field Details

    • log

      static final org.jboss.logging.Logger log
    • END_EXCHANGE

      static final IoCallback END_EXCHANGE
      A default callback that simply ends the exchange.
  • Method Details