Interface UpgradeListener
-
@Deprecated public interface UpgradeListenerDeprecated.This api is not supported anymore. Please do not use it.Listener for Handshake/Upgrade events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidonHandshakeRequest(UpgradeRequest request)Deprecated.voidonHandshakeResponse(UpgradeResponse response)Deprecated.
-
-
-
Method Detail
-
onHandshakeRequest
void onHandshakeRequest(UpgradeRequest request)
Deprecated.
-
onHandshakeResponse
void onHandshakeResponse(UpgradeResponse response)
Deprecated.
-
-