| Interface | Description |
|---|---|
| Message |
This interface is used to tag an implementing class as a JMXMP protocol
message that can be exchanged between the client and the server ends of
a JMX API connector.
|
| ProfileMessage |
This interface must be implemented by all the messages that represent a
profile that can be negotiated during the initial handshake between the
client and the server.
|
| Class | Description |
|---|---|
| CloseMessage |
This class is used to inform a remote side of local closing.
|
| HandshakeBeginMessage |
Handshake begin message exchanged between the
server and the client.
|
| HandshakeEndMessage |
Handshake end message exchanged between the client and the server.
|
| HandshakeErrorMessage |
This class represents an error that occurred during the various
client/server handshake exchanges.
|
| MBeanServerRequestMessage |
An
MBeanServerConnection method call, encoded as an
object. |
| MBeanServerResponseMessage |
The result of an
MBeanServerConnection method call,
encoded as an object. |
| NotificationRequestMessage |
Message that requests received notifications.
|
| NotificationResponseMessage |
Message that transports one or more notifications emitted from
an MBean server through a connector server to listeners in a remote
client.
|
| SASLMessage |
A challenge or response exchanged between client and server
during SASL authentication.
|
| TLSMessage |
Handshake message between client and server to set up the TLS
handshake.
|
| VersionMessage |
This class represents the handshake messages exchanged between the client
and the server to agree on the protocol version.
|
Message definitions for JMXMP. This package is an optional package of the JMX Remote API.
Copyright © 2019 Terracotta, Inc.. All rights reserved.