Class JDPClient

java.lang.Object
org.openjdk.jmc.jdp.client.JDPClient

public final class JDPClient extends Object

Client for discovering JVM services on the network.

Note: This client is also able to parse packets sent using the legacy JRockit Discovery Protocol.

  • Constructor Details

    • JDPClient

      public JDPClient()
    • JDPClient

      public JDPClient(InetAddress address, int port, int heartBeatTimeout)
  • Method Details