Searched defs:ListenKey (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jdi/connect/spi/
H A DTransportService.java131 * @see #accept(TransportService.ListenKey,long,long)
144 * @see #accept(TransportService.ListenKey,long,long)
232 public static abstract class ListenKey { class in class:TransportService
263 public abstract ListenKey startListening(String address) throws IOException;
278 public abstract ListenKey startListening() throws IOException;
302 public abstract void stopListening(ListenKey listenKey) throws IOException;
374 public abstract Connection accept(ListenKey listenKey, long acceptTimeout,

Completed in 369 milliseconds