jdk/src/jdk.jdi/share/classes/com/sun/jdi/connect/spi/Connection.java
changeset 34894 3248b89d1921
parent 30037 3e785fad2c3b
child 45532 ff4b62180768
equal deleted inserted replaced
34893:71fe40b51c50 34894:3248b89d1921
    54  * be writing at any given time.
    54  * be writing at any given time.
    55  *
    55  *
    56  * @since 1.5
    56  * @since 1.5
    57  */
    57  */
    58 
    58 
    59 @jdk.Exported
       
    60 public abstract class Connection {
    59 public abstract class Connection {
    61 
    60 
    62     /**
    61     /**
    63      * Reads a packet from the target VM.
    62      * Reads a packet from the target VM.
    64      *
    63      *