mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-27 10:40:29 +00:00
8180300: Move JDWP specs to specs directory
Reviewed-by: sspitsyn
This commit is contained in:
parent
3d902cf92a
commit
0a843fc371
@ -82,7 +82,7 @@ public abstract class Connection {
|
||||
* thrown. The first byte of the packet is stored in element
|
||||
* {@code 0} of the byte array, the second in element {@code 1},
|
||||
* and so on. The bytes in the byte array are laid out as per the
|
||||
* <a href="../../../../../../../../../technotes/guides/jpda/jdwp-spec.html">
|
||||
* <a href="{@docRoot}/../specs/jdwp/jdwp-spec.html">
|
||||
* JDWP specification</a>. That is, all fields in the packet
|
||||
* are in big endian order as per the JDWP specification.
|
||||
*
|
||||
@ -119,7 +119,7 @@ public abstract class Connection {
|
||||
*
|
||||
* <p> The byte array provided to this method should be laid out
|
||||
* as per the <a
|
||||
* href="../../../../../../../../../technotes/guides/jpda/jdwp-spec.html">
|
||||
* href="{@docRoot}/../specs/jdwp/jdwp-spec.html">
|
||||
* JDWP specification</a>. That is, all fields in the packet
|
||||
* are in big endian order. The first byte, that is element
|
||||
* {@code pkt[0]}, is the first byte of the {@code length} field.
|
||||
|
||||
@ -43,7 +43,7 @@ import com.sun.jdi.connect.TransportTimeoutException;
|
||||
* Debug Wire Protocol (JDWP) packets over an underlying
|
||||
* communication protocol. In essence a transport service
|
||||
* implementation binds JDWP (as specified in the
|
||||
* <a href="../../../../../../../../../technotes/guides/jpda/jdwp-spec.html">
|
||||
* <a href="{@docRoot}/../specs/jdwp/jdwp-spec.html">
|
||||
* JDWP specification</a>) to an underlying communication
|
||||
* protocol. A transport service implementation provides
|
||||
* a reliable JDWP packet transportation service. JDWP
|
||||
@ -166,7 +166,7 @@ public abstract class TransportService {
|
||||
* is followed by a handshake to ensure that the connection is
|
||||
* to a target VM. The handshake involves the exchange
|
||||
* of a string <i>JDWP-Handshake</i> as specified in the <a
|
||||
* href="../../../../../../../../../technotes/guides/jpda/jdwp-spec.html">
|
||||
* href="{@docRoot}/../specs/jdwp/jdwp-spec.html">
|
||||
* Java Debug Wire Protocol</a> specification.
|
||||
*
|
||||
* @param address
|
||||
@ -315,7 +315,7 @@ public abstract class TransportService {
|
||||
* connection is indeed to a target VM. The handshake involves
|
||||
* the exchange of a string <i>JDWP-Handshake</i> as specified
|
||||
* in the <a
|
||||
* href="../../../../../../../../../technotes/guides/jpda/jdwp-spec.html">
|
||||
* href="{@docRoot}/../specs/jdwp/jdwp-spec.html">
|
||||
* Java Debug Wire Protocol</a> specification.
|
||||
*
|
||||
* @param listenKey
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user