Home » openjdk-7 » com.sun » jdi » connect » [javadoc | source]
com.sun.jdi.connect
public interface: Transport [javadoc | source] A method of communication between a debugger and a target VM.

A Transport represents the transport mechanism used by a Connector to establish a connection with a target VM. It consists of a name which is obtained by invoking the #name method. Furthermore, a Transport encapsulates a TransportService which is the underlying service used to establish connections and exchange Java Debug Wire Protocol (JDWP) packets with a target VM.

Method from com.sun.jdi.connect.Transport Summary:
name
Method from com.sun.jdi.connect.Transport Detail:
 public String name()
    Returns a short identifier for the transport.