Uses of Class
org.glassfish.tyrus.core.HandshakeException
-
Packages that use HandshakeException Package Description org.glassfish.tyrus.client Common Client.org.glassfish.tyrus.client.auth org.glassfish.tyrus.client.exception Common Client Exceptionsorg.glassfish.tyrus.core Core classes. -
-
Uses of HandshakeException in org.glassfish.tyrus.client
Subclasses of HandshakeException in org.glassfish.tyrus.client Modifier and Type Class Description classRedirectExceptionThis exception is set as a cause ofDeploymentExceptionthrown fromWebSocketContainer.connectToServer(...)classRetryAfterExceptionThis exception is set as a cause ofDeploymentExceptionthrown fromWebSocketContainer.connectToServer(...) when HTTP response status code503 - Service Unavailableis received. -
Uses of HandshakeException in org.glassfish.tyrus.client.auth
Subclasses of HandshakeException in org.glassfish.tyrus.client.auth Modifier and Type Class Description classAuthenticationExceptionThis exception is set as a cause ofDeploymentExceptionthrown whenWebSocketContainer.connectToServer(...) -
Uses of HandshakeException in org.glassfish.tyrus.client.exception
Constructors in org.glassfish.tyrus.client.exception with parameters of type HandshakeException Constructor Description DeploymentHandshakeException(java.lang.String message, HandshakeException cause) -
Uses of HandshakeException in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core that throw HandshakeException Modifier and Type Method Description HandshakeProtocolHandler. handshake(TyrusEndpointWrapper endpointWrapper, UpgradeRequest request, UpgradeResponse response, ExtendedExtension.ExtensionContext extensionContext)Server side handshake processing.voidHandshake. validateServerResponse(UpgradeResponse response)Client side only - validate server response.
-