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.
|
Class and Description |
---|
Discoverable
Discoverable instances represent a discovered JDP beacon transmitting data on the network.
|
DiscoveryEvent
A discovery event.
|
DiscoveryEvent.Kind |
DiscoveryListener
Interface for listeners interested in notifications about discovered JVM services.
|
PacketListener
This package private class listens for JDP packets, and sends them to the packet processor for
processing.
|
PacketProcessor
The package private PacketProcessor will remember detected packets and transmit the appropriate
events (FOUND, CHANGED) to the registered listeners.
|
PacketProcessor.DiscoverableInfo |
Pruner
This package private class prunes packets that have timed out, discovering lost services.
|
Class and Description |
---|
Discoverable
Discoverable instances represent a discovered JDP beacon transmitting data on the network.
|