| Interface | Description |
|---|---|
| TyrusClientEngine.ClientHandshakeListener |
Called when response is received from the server.
|
| Class | Description |
|---|---|
| ClientManager |
ClientManager implementation.
|
| ClientManager.ReconnectHandler |
Reconnect handler.
|
| ClientProperties |
Tyrus client configuration properties.
|
| SslContextConfigurator |
Utility class, which helps to configure ssl context.
|
| SslEngineConfigurator |
SSLEngineConfigurator class from Grizzly project.
|
| ThreadPoolConfig |
Client thread pool configuration, which might be used to customize client thread pool.
|
| TyrusClientEngine |
Tyrus
ClientEngine implementation. |
| Exception | Description |
|---|---|
| RedirectException |
This exception is set as a cause of
DeploymentException thrown from WebSocketContainer.connectToServer(...)
when any of the Redirect HTTP response status codes (300, 301, 302, 303, 307, 308) is received as a handshake
response and:
ClientProperties.REDIRECT_ENABLED is not enabled
or the chained redirection count exceeds the value of ClientProperties.REDIRECT_THRESHOLD
or Infinite redirection loop is detected
or response header is missing, empty or does not contain a valid URI. |
| RetryAfterException |
This exception is set as a cause of
DeploymentException thrown from WebSocketContainer.connectToServer(...) when HTTP response status code 503 - Service Unavailable is
received. |
Copyright © 2012–2025 Oracle Corporation. All rights reserved.