Uses of Class
org.glassfish.tyrus.core.HandshakeException
Packages that use HandshakeException
Package
Description
Common Client.
Common Client Exceptions
Core classes.
-
Uses of HandshakeException in org.glassfish.tyrus.client
Subclasses of HandshakeException in org.glassfish.tyrus.clientModifier and TypeClassDescriptionclass
This exception is set as a cause ofDeploymentException
thrown fromWebSocketContainer
.connectToServer(...)class
This exception is set as a cause ofDeploymentException
thrown fromWebSocketContainer
.connectToServer(...) when HTTP response status code503 - Service Unavailable
is received. -
Uses of HandshakeException in org.glassfish.tyrus.client.auth
Subclasses of HandshakeException in org.glassfish.tyrus.client.authModifier and TypeClassDescriptionclass
This exception is set as a cause ofDeploymentException
thrown whenWebSocketContainer
.connectToServer(...) -
Uses of HandshakeException in org.glassfish.tyrus.client.exception
Constructors in org.glassfish.tyrus.client.exception with parameters of type HandshakeExceptionModifierConstructorDescriptionDeploymentHandshakeException
(String message, HandshakeException cause) -
Uses of HandshakeException in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core that throw HandshakeExceptionModifier and TypeMethodDescriptionProtocolHandler.handshake
(TyrusEndpointWrapper endpointWrapper, UpgradeRequest request, UpgradeResponse response, ExtendedExtension.ExtensionContext extensionContext) Server side handshake processing.void
Handshake.validateServerResponse
(UpgradeResponse response) Client side only - validate server response.