Interface DefaultResponseListener


public interface DefaultResponseListener
Listener interface for default response handlers. These are handlers that generate default content such as error pages.
Author:
Stuart Douglas
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final AttachmentKey<Throwable>
    If the default response listener was invoked as a result of an exception being thrown then the exception will be available under this attachment key.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Field Details

    • EXCEPTION

      static final AttachmentKey<Throwable> EXCEPTION
      If the default response listener was invoked as a result of an exception being thrown then the exception will be available under this attachment key.
  • Method Details

    • handleDefaultResponse

      boolean handleDefaultResponse(HttpServerExchange exchange)
      Parameters:
      exchange - The exchange
      Returns:
      true if this listener is generating a default response.