Package | Description |
---|---|
org.openjdk.jmc.jdp.client |
This package contains the classes related to the JDP client.
|
org.openjdk.jmc.jdp.common |
This package contains the classes related to the JDP that are shared between the client and
server implementations.
|
Modifier and Type | Field and Description |
---|---|
private Discoverable |
DiscoveryEvent.discoverable |
Modifier and Type | Method and Description |
---|---|
Discoverable |
DiscoveryEvent.getDiscoverable() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Discoverable> |
PacketProcessor.getDiscoverables() |
java.util.Set<Discoverable> |
JDPClient.getDiscoverables() |
Constructor and Description |
---|
DiscoveryEvent(DiscoveryEvent.Kind kind,
Discoverable discoverable)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
JDPPacket
Class for delivering and retrieving the content.
|