A Transport represents the transport mechanism used by a {@link com.sun.jdi.connect.Connector Connector} to establish aconnection with a target VM. It consists of a name which is obtained by invoking the {@link #name} method. Furthermore, a Transportencapsulates a {@link com.sun.jdi.connect.spi.TransportService TransportService} which is the underlying service usedto establish connections and exchange Java Debug Wire Protocol (JDWP) packets with a target VM. @author Gordon Hirsch @since 1.3
|
|