Interface Request.BeginListener

All Superinterfaces:
EventListener, Request.RequestListener
All Known Subinterfaces:
Request.Listener
All Known Implementing Classes:
Request.Listener.Adapter
Enclosing interface:
Request

@Deprecated(since="2021-05-27") public static interface Request.BeginListener extends Request.RequestListener
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Listener for the request begin event.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onBegin(Request request)
    Deprecated.
    Callback method invoked when the request begins being processed in order to be sent.
  • Method Details

    • onBegin

      void onBegin(Request request)
      Deprecated.
      Callback method invoked when the request begins being processed in order to be sent. This is the last opportunity to modify the request.
      Parameters:
      request - the request that begins being processed