src/share/classes/com/sun/jdi/connect/spi/TransportService.java

Print this page

        

@@ -75,10 +75,11 @@
  * target VM.
  *
  * @since 1.5
  */
 
+@jdk.Supported
 public abstract class TransportService {
 
     /**
      * Returns a name to identify the transport service.
      *

@@ -94,10 +95,11 @@
     public abstract String description();
 
     /**
      * The transport service capabilities.
      */
+    @jdk.Supported
     public static abstract class Capabilities {
 
         /**
          * Tells whether or not this transport service can support
          * multiple concurrent connections to a single address that

@@ -227,10 +229,11 @@
      * to accept inbound connections to that listener. A listen
      * key is valid until it is used as an argument to {@link
      * #stopListening stopListening} to stop the transport
      * service from listening on an address.
      */
+    @jdk.Supported
     public static abstract class ListenKey {
 
         /**
          * Returns a string representation of the listen key.
          */