Package org.openjdk.jmc.jdp.client
This package contains the classes related to the JDP client. The JDP is a light-weight protocol
providing a heart beat for services wishing to broadcast their presence.
-
Interface Summary Interface Description Discoverable Discoverable instances represent a discovered JDP beacon transmitting data on the network.DiscoveryListener Interface for listeners interested in notifications about discovered JVM services. -
Class Summary Class Description DiscoveryEvent A discovery event.JDPClient Client for discovering JVM services on the network.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. -
Enum Summary Enum Description DiscoveryEvent.Kind