public static interface ClientContainer.ClientHandshakeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onError(Throwable exception)
Called when an error is found in handshake response.
|
void |
onHandshakeResponse(UpgradeResponse upgradeResponse)
Called when correct handshake response is received.
|
void onHandshakeResponse(UpgradeResponse upgradeResponse)
upgradeResponse - received response.void onError(Throwable exception)
exception - error found during handshake response check.Copyright © 2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.