Searched refs:listenKey (Results 1 – 3 of 3) sorted by relevance
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | AbstractLauncher.java | 128 TransportService.ListenKey listenKey, in launch() argument 131 Helper helper = new Helper(commandArray, address, listenKey, ts); in launch() 150 private TransportService.ListenKey listenKey; field in AbstractLauncher.Helper 158 Helper(String[] commandArray, String address, TransportService.ListenKey listenKey, in Helper() argument 162 this.listenKey = listenKey; in Helper() 255 Connection connection = ts.accept(listenKey, 0, 0); in acceptConnection()
|
D | SunCommandLineLauncher.java | 176 TransportService.ListenKey listenKey; in launch() local 184 listenKey = transportService().startListening(address); in launch() 193 listenKey = transportService().startListening(); in launch() 195 String address = listenKey.address(); in launch() 223 vm = launch(tokenizeCommand(command, quote.charAt(0)), address, listenKey, in launch() 226 transportService().stopListening(listenKey); in launch()
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/connect/spi/ |
D | TransportService.java | 305 public abstract void stopListening(ListenKey listenKey) throws IOException; in stopListening() argument 377 public abstract Connection accept(ListenKey listenKey, long acceptTimeout, in accept() argument
|