Interface UpgradeListener


  • @Deprecated(since="2021-05-27")
    public interface UpgradeListener
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    Listener for Handshake/Upgrade events.
    • Method Detail

      • onHandshakeRequest

        void onHandshakeRequest​(UpgradeRequest request)
        Deprecated.
      • onHandshakeResponse

        void onHandshakeResponse​(UpgradeResponse response)
        Deprecated.