Interface JettyUpgradeListener
public interface JettyUpgradeListener
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
onHandshakeRequest
(Request request) Event that triggers before the Handshake request is sent.default void
onHandshakeResponse
(Request request, Response response) Event that triggers after the Handshake response has been received.
-
Method Details
-
onHandshakeRequest
Event that triggers before the Handshake request is sent.- Parameters:
request
- the request
-
onHandshakeResponse
Event that triggers after the Handshake response has been received.- Parameters:
request
- the request that was usedresponse
- the response that was received
-