Uses of Class
org.glassfish.tyrus.core.Beta
-
Packages that use Beta Package Description org.glassfish.tyrus.client.auth org.glassfish.tyrus.core Core classes.org.glassfish.tyrus.core.monitoring Monitoring interfaces. -
-
Uses of Beta in org.glassfish.tyrus.client.auth
Classes in org.glassfish.tyrus.client.auth with annotations of type Beta Modifier and Type Class Description classAuthConfigAuthConfig serves as a configuration of HTTP authentication.classAuthenticationExceptionThis 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.classAuthenticatorAuthenticator provides a way how to plug-in custom authentication provider.classCredentialsCredentials can be used when configuring authentication properties used during client handshake. -
Uses of Beta in org.glassfish.tyrus.core
Classes in org.glassfish.tyrus.core with annotations of type Beta Modifier and Type Interface Description interfaceMaskingKeyGeneratorCan be implemented to generate masking keys.Fields in org.glassfish.tyrus.core with annotations of type Beta Modifier and Type Field Description static java.lang.StringTyrusWebSocketEngine. WSADL_SUPPORTWsadl support.Methods in org.glassfish.tyrus.core with annotations of type Beta Modifier and Type Method Description ApplicationTyrusWebSocketEngine. getWsadlApplication()GetApplicationrepresenting current set of deployed endpoints. -
Uses of Beta in org.glassfish.tyrus.core.monitoring
Classes in org.glassfish.tyrus.core.monitoring with annotations of type Beta Modifier and Type Interface Description interfaceApplicationEventListenerListens to application-level events that are interesting for monitoring.interfaceEndpointEventListenerListens to endpoint-level events that are interesting for monitoring.interfaceMessageEventListenerListens for message-level events that are interesting for monitoring.
-