See: Description
| 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 | 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 | Description |
|---|---|
| DiscoveryEvent.Kind |