Interface JettyUpgradeListener


public interface JettyUpgradeListener
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Event that triggers before the Handshake request is sent.
    default void
    Event that triggers after the Handshake response has been received.
  • Method Details

    • onHandshakeRequest

      default void onHandshakeRequest(HttpRequest request)
      Event that triggers before the Handshake request is sent.
      Parameters:
      request - the request
    • onHandshakeResponse

      default void onHandshakeResponse(HttpRequest request, HttpResponse response)
      Event that triggers after the Handshake response has been received.
      Parameters:
      request - the request that was used
      response - the response that was received