Uses of Class
com.sun.jdi.connect.spi.Connection
- 
Packages that use Connection 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.spi This package comprises the interfaces and classes used to develop newTransportServiceimplementations.
- 
- 
Uses of Connection in com.sun.jdiMethods in com.sun.jdi with parameters of type Connection Modifier and Type Method Description VirtualMachineVirtualMachineManager. createVirtualMachine(Connection connection)Creates a new virtual machine.VirtualMachineVirtualMachineManager. createVirtualMachine(Connection connection, Process process)Create a virtual machine mirror for a target VM.
- 
Uses of Connection in com.sun.jdi.connect.spiMethods in com.sun.jdi.connect.spi that return Connection Modifier and Type Method Description abstract ConnectionTransportService. accept(TransportService.ListenKey listenKey, long acceptTimeout, long handshakeTimeout)Accept a connection from a target VM.abstract ConnectionTransportService. attach(String address, long attachTimeout, long handshakeTimeout)Attaches to the specified address.
 
-