| Package | Description |
|---|---|
| com.sun.jmx.remote.generic |
Warning: Classes in this package are reserved for internal use.
|
| com.sun.jmx.remote.opt.security |
Warning: Classes in this package are reserved for internal use.
|
| javax.management.remote.message |
Message definitions for JMXMP.
|
| Modifier and Type | Method and Description |
|---|---|
ProfileMessage |
ProfileServer.produceMessage() |
ProfileMessage |
ProfileClient.produceMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileServer.consumeMessage(ProfileMessage pm) |
void |
ProfileClient.consumeMessage(ProfileMessage pm) |
| Modifier and Type | Method and Description |
|---|---|
ProfileMessage |
SASLClientHandler.produceMessage() |
ProfileMessage |
TLSClientHandler.produceMessage() |
ProfileMessage |
TLSServerHandler.produceMessage() |
ProfileMessage |
SASLServerHandler.produceMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
SASLClientHandler.consumeMessage(ProfileMessage pm) |
void |
TLSClientHandler.consumeMessage(ProfileMessage pm) |
void |
TLSServerHandler.consumeMessage(ProfileMessage pm) |
void |
SASLServerHandler.consumeMessage(ProfileMessage pm) |
| Modifier and Type | Class and Description |
|---|---|
class |
SASLMessage
A challenge or response exchanged between client and server
during SASL authentication.
|
class |
TLSMessage
Handshake message between client and server to set up the TLS
handshake.
|
Copyright © 2019 Terracotta, Inc.. All rights reserved.