Home
last modified time | relevance | path

Searched defs:listenKey (Results 1 – 25 of 40) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/jdi/connect/spi/
H A DTransportService.java301 public abstract void stopListening(ListenKey listenKey) throws IOException; in stopListening()
373 public abstract Connection accept(ListenKey listenKey, long acceptTimeout, in accept()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdi/share/classes/com/sun/jdi/connect/spi/
H A DTransportService.java301 public abstract void stopListening(ListenKey listenKey) throws IOException; in stopListening()
373 public abstract Connection accept(ListenKey listenKey, long acceptTimeout, in accept()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jdi/connect/spi/
H A DTransportService.java305 public abstract void stopListening(ListenKey listenKey) throws IOException; in stopListening()
377 public abstract Connection accept(ListenKey listenKey, long acceptTimeout, in accept()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/jdi/connect/spi/
H A DTransportService.java301 public abstract void stopListening(ListenKey listenKey) throws IOException; in stopListening()
373 public abstract Connection accept(ListenKey listenKey, long acceptTimeout, in accept()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jdi/share/classes/com/sun/jdi/connect/spi/
H A DTransportService.java301 public abstract void stopListening(ListenKey listenKey) throws IOException; in stopListening()
373 public abstract Connection accept(ListenKey listenKey, long acceptTimeout, in accept()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jdi/share/classes/com/sun/jdi/connect/spi/
H A DTransportService.java301 public abstract void stopListening(ListenKey listenKey) throws IOException; in stopListening()
373 public abstract Connection accept(ListenKey listenKey, long acceptTimeout, in accept()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdi/share/classes/com/sun/jdi/connect/spi/
H A DTransportService.java301 public abstract void stopListening(ListenKey listenKey) throws IOException; in stopListening()
373 public abstract Connection accept(ListenKey listenKey, long acceptTimeout, in accept()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jdi/connect/spi/
H A DTransportService.java305 public abstract void stopListening(ListenKey listenKey) throws IOException; in stopListening()
377 public abstract Connection accept(ListenKey listenKey, long acceptTimeout, in accept()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdi/share/classes/com/sun/jdi/connect/spi/
H A DTransportService.java313 public abstract void stopListening(ListenKey listenKey) throws IOException; in stopListening()
385 public abstract Connection accept(ListenKey listenKey, long acceptTimeout, in accept()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdi/share/classes/com/sun/jdi/connect/spi/
H A DTransportService.java313 public abstract void stopListening(ListenKey listenKey) throws IOException; in stopListening()
385 public abstract Connection accept(ListenKey listenKey, long acceptTimeout, in accept()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DAbstractLauncher.java136 TransportService.ListenKey listenKey, in launch()
159 private TransportService.ListenKey listenKey; field in AbstractLauncher.Helper
167 Helper(String[] commandArray, String address, TransportService.ListenKey listenKey, in Helper()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DAbstractLauncher.java136 TransportService.ListenKey listenKey, in launch()
159 private TransportService.ListenKey listenKey; field in AbstractLauncher.Helper
167 Helper(String[] commandArray, String address, TransportService.ListenKey listenKey, in Helper()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/jdi/
H A DAbstractLauncher.java128 TransportService.ListenKey listenKey, in launch()
150 private TransportService.ListenKey listenKey; field in AbstractLauncher.Helper
158 Helper(String[] commandArray, String address, TransportService.ListenKey listenKey, in Helper()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DAbstractLauncher.java136 TransportService.ListenKey listenKey, in launch()
159 private TransportService.ListenKey listenKey; field in AbstractLauncher.Helper
167 Helper(String[] commandArray, String address, TransportService.ListenKey listenKey, in Helper()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DAbstractLauncher.java136 TransportService.ListenKey listenKey, in launch()
159 private TransportService.ListenKey listenKey; field in AbstractLauncher.Helper
167 Helper(String[] commandArray, String address, TransportService.ListenKey listenKey, in Helper()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DAbstractLauncher.java136 TransportService.ListenKey listenKey, in launch()
159 private TransportService.ListenKey listenKey; field in AbstractLauncher.Helper
167 Helper(String[] commandArray, String address, TransportService.ListenKey listenKey, in Helper()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DAbstractLauncher.java136 TransportService.ListenKey listenKey, in launch()
159 private TransportService.ListenKey listenKey; field in AbstractLauncher.Helper
167 Helper(String[] commandArray, String address, TransportService.ListenKey listenKey, in Helper()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DAbstractLauncher.java136 TransportService.ListenKey listenKey, in launch()
159 private TransportService.ListenKey listenKey; field in AbstractLauncher.Helper
167 Helper(String[] commandArray, String address, TransportService.ListenKey listenKey, in Helper()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DAbstractLauncher.java136 TransportService.ListenKey listenKey, in launch()
159 private TransportService.ListenKey listenKey; field in AbstractLauncher.Helper
167 Helper(String[] commandArray, String address, TransportService.ListenKey listenKey, in Helper()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/jdi/
H A DAbstractLauncher.java128 TransportService.ListenKey listenKey, in launch()
150 private TransportService.ListenKey listenKey; field in AbstractLauncher.Helper
158 Helper(String[] commandArray, String address, TransportService.ListenKey listenKey, in Helper()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/
H A DSocketTransportService.java91 public Connection accept(ListenKey listenKey, long attachTimeout, in accept()
305 ListenKey listenKey = new SocketListenKey(host + ":" + port); //$NON-NLS-1$ in startListening() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdi/
H A DPlugTransportService.java170 public void stopListening(TransportService.ListenKey listenKey) throws IOException { in stopListening()
181 TransportService.ListenKey listenKey, in accept()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdi/
H A DPlugTransportService.java170 public void stopListening(TransportService.ListenKey listenKey) throws IOException { in stopListening()
181 TransportService.ListenKey listenKey, in accept()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/share/jdi/
H A DPlugTransportService.java170 public void stopListening(TransportService.ListenKey listenKey) throws IOException { in stopListening()
181 TransportService.ListenKey listenKey, in accept()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdi/
H A DPlugTransportService.java170 public void stopListening(TransportService.ListenKey listenKey) throws IOException { in stopListening()
181 TransportService.ListenKey listenKey, in accept()

12