public interface Transport
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.
Modifier and Type | Method | Description |
---|---|---|
String |
name() |
Returns a short identifier for the transport.
|
String name()
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1999, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b149-1