Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.ide.debug.Connector

Uses of Connector in javax.ide.debug
 

Subclasses of Connector in javax.ide.debug
 class ClientConnector
          ClientConnectors expect extension writers to start the debuggee process by calling startDebuggee(java.util.Map) 55 .
 class ServerConnector
          ServerConnectors allow clients to start the debugger listening by calling the method ServerConnector.startListening() 55 waiting for a debuggee process to start.