Package | Description |
---|---|
org.glassfish.tyrus.client.auth | |
org.glassfish.tyrus.core |
Core classes.
|
org.glassfish.tyrus.core.monitoring |
Monitoring interfaces.
|
org.glassfish.tyrus.ext.client.java8 | |
org.glassfish.tyrus.ext.monitoring.jmx |
Monitoring listeners exposing statics via JMX beans.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthConfig
AuthConfig serves as a configuration of HTTP authentication.
|
class |
AuthenticationException
This exception is set as a cause of
DeploymentException thrown when WebSocketContainer .connectToServer(...)
fails because of any of the following:
HTTP response status code 401 is received and "" header
contains scheme which is not handled by any Authenticator registered in AuthConfig . |
class |
Authenticator
Authenticator provides a way how to plug-in custom authentication provider.
|
class |
Credentials
Credentials can be used when configuring authentication properties used during client handshake.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MaskingKeyGenerator
Can be implemented to generate masking keys.
|
Modifier and Type | Field and Description |
---|---|
static String |
TyrusWebSocketEngine.WSADL_SUPPORT
Wsadl support.
|
Modifier and Type | Method and Description |
---|---|
Application |
TyrusWebSocketEngine.getWsadlApplication()
Get
Application representing current set of deployed endpoints. |
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationEventListener
Listens to application-level events that are interesting for monitoring.
|
interface |
EndpointEventListener
Listens to endpoint-level events that are interesting for monitoring.
|
interface |
MessageEventListener
Listens for message-level events that are interesting for monitoring.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionBuilder
Session builder removed the need for having client endpoint.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationMXBean
MXBean used for accessing monitored application properties - registered endpoints, number of currently open sessions,
maximal number of open sessions since the start of the monitoring and message statistics.
|
interface |
BaseMXBean
|
interface |
EndpointMXBean
MXBean used for accessing monitored endpoint properties - endpoint path and class name, number of currently open
sessions, maximal number of open sessions since the start of monitoring, and message statistics.
|
class |
ErrorCount
A pair of error class name and number of times the error occurred.
|
interface |
MessageStatisticsMXBean
MXBean used for exposing message-level statistics.
|
Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.