Defines the JvmConnection
classes for connecting to a
debuggee, as well as launching the debuggee in a separate
process.
The ConnectionFactory
implementations are accessed
via the ConnectionProvider
static class. To provide
custom implementations of ConnectionFactory
, you must
install your implementation as a "service". See the
NetBeans OpenAPIs documentation under "Services &
Lookup" to learn how this is done.