Uses of Annotation Interface
org.glassfish.tyrus.core.Beta
Packages that use Beta
Package
Description
Core classes.
Monitoring interfaces.
-
Uses of Beta in org.glassfish.tyrus.client.auth
Classes in org.glassfish.tyrus.client.auth with annotations of type BetaModifier and TypeClassDescriptionclass
AuthConfig serves as a configuration of HTTP authentication.class
This exception is set as a cause ofDeploymentException
thrown whenWebSocketContainer
.connectToServer(...)class
Authenticator provides a way how to plug-in custom authentication provider.final class
Credentials 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 BetaModifier and TypeInterfaceDescriptioninterface
Can be implemented to generate masking keys.Fields in org.glassfish.tyrus.core with annotations of type BetaModifier and TypeFieldDescriptionstatic final String
TyrusWebSocketEngine.WSADL_SUPPORT
Wsadl support.Methods in org.glassfish.tyrus.core with annotations of type BetaModifier and TypeMethodDescriptionTyrusWebSocketEngine.getWsadlApplication()
GetApplication
representing 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 BetaModifier and TypeInterfaceDescriptioninterface
Listens to application-level events that are interesting for monitoring.interface
Listens to endpoint-level events that are interesting for monitoring.interface
Listens for message-level events that are interesting for monitoring.