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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
onHandshakeRequest(UpgradeRequest request)
Deprecated.void
onHandshakeResponse(UpgradeResponse response)
Deprecated.
-
-
-
Method Detail
-
onHandshakeRequest
void onHandshakeRequest(UpgradeRequest request)
Deprecated.
-
onHandshakeResponse
void onHandshakeResponse(UpgradeResponse response)
Deprecated.
-
-