- 
 public interface TransportA method of communication between a debugger and a target VM.A Transport represents the transport mechanism used by a Connectorto establish a connection with a target VM. It consists of a name which is obtained by invoking thename()method. Furthermore, a Transport encapsulates aTransportServicewhich is the underlying service used to establish connections and exchange Java Debug Wire Protocol (JDWP) packets with a target VM.- Since:
- 1.3
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringname()Returns a short identifier for the transport.
 
- 
- 
- 
Method Detail- 
nameString name() Returns a short identifier for the transport.- Returns:
- the name of this transport.
 
 
- 
 
-