Java Debug Interface

Uses of Package
com.sun.jdi.connect.spi

Packages that use com.sun.jdi.connect.spi
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 new TransportService implementations. 
 

Classes in com.sun.jdi.connect.spi used by com.sun.jdi
Connection
          A connection between a debugger and a target VM which it debugs.
 

Classes in com.sun.jdi.connect.spi used by com.sun.jdi.connect.spi
Connection
          A connection between a debugger and a target VM which it debugs.
TransportService.Capabilities
          The transport service capabilities.
TransportService.ListenKey
          A listen key.
 


Java Debug Interface