| Package | Description | 
|---|---|
| com.sun.jdi | This is the core package of the Java Debug
 Interface (JDI), it defines mirrors for values, types, and the target
 VirtualMachine itself - as well bootstrapping facilities. | 
| com.sun.jdi.connect | This package defines connections between the virtual machine
 using the JDI and the target virtual machine. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Connector> | VirtualMachineManager. allConnectors()Returns the list of all known  Connectorobjects. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AttachingConnectorA connector which attaches to a previously running target VM. | 
| interface  | LaunchingConnectorA connector which can launch a target VM before connecting to it. | 
| interface  | ListeningConnectorA connector which listens for a connection initiated by a target VM. | 
 Copyright © 1999, 2025, Oracle and/or its affiliates.  All rights reserved.