| Package | Description | 
|---|---|
| org.glassfish.tyrus.client.auth | |
| org.glassfish.tyrus.core | Core classes. | 
| org.glassfish.tyrus.core.monitoring | Monitoring interfaces. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AuthConfigAuthConfig serves as a configuration of HTTP authentication. | 
| class  | AuthenticationExceptionThis exception is set as a cause of  DeploymentExceptionthrown whenWebSocketContainer.connectToServer(...)
 fails because of any of the following:
 
 
 HTTP response status code 401 is received and "" header
 contains scheme which is not handled by anyAuthenticatorregistered inAuthConfig. | 
| class  | AuthenticatorAuthenticator provides a way how to plug-in custom authentication provider. | 
| class  | CredentialsCredentials can be used when configuring authentication properties used during client handshake. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | MaskingKeyGeneratorCan be implemented to generate masking keys. | 
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | TyrusWebSocketEngine. WSADL_SUPPORTWsadl support. | 
| Modifier and Type | Method and Description | 
|---|---|
| Application | TyrusWebSocketEngine. getWsadlApplication()Get  Applicationrepresenting current set of deployed endpoints. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ApplicationEventListenerListens to application-level events that are interesting for monitoring. | 
| interface  | EndpointEventListenerListens to endpoint-level events that are interesting for monitoring. | 
| interface  | MessageEventListenerListens for message-level events that are interesting for monitoring. | 
Copyright © 2012–2025 Oracle Corporation. All rights reserved.