All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AuthConfig AuthConfig serves as a configuration of HTTP authentication.AuthConfig.Builder The AuthConfig.Builder is a class used for creating an instance ofAuthConfigfor purpose of HTTP Authentication.AuthenticationException This exception is set as a cause ofDeploymentExceptionthrown whenWebSocketContainer.connectToServer(...) fails because of any of the following: HTTP response status code 401 is received and ""WWW-Authenticate"" header contains scheme which is not handled by anyAuthenticatorregistered inAuthConfig.Authenticator Authenticator provides a way how to plug-in custom authentication provider.ClientManager ClientManager implementation.ClientManager.ReconnectHandler Reconnect handler.ClientProperties Tyrus client configuration properties.Credentials Credentials can be used when configuring authentication properties used during client handshake.RedirectException This exception is set as a cause ofDeploymentExceptionthrown fromWebSocketContainer.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_ENABLEDis not enabled or the chained redirection count exceeds the value ofClientProperties.REDIRECT_THRESHOLDor Infinite redirection loop is detected or "Location" response header is missing, empty or does not contain a validURI.RetryAfterException This exception is set as a cause ofDeploymentExceptionthrown fromWebSocketContainer.connectToServer(...) when HTTP response status code503 - Service Unavailableis received.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 TyrusClientEngineimplementation.TyrusClientEngine.ClientHandshakeListener Called when response is received from the server.