Searched refs:ListenKey (Results 1 - 9 of 9) 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,
/openjdk7/jdk/test/com/sun/jdi/connect/spi/
H A DNullTransportService.java49 public ListenKey startListening(String address) throws IOException {
57 public ListenKey startListening() throws IOException {
61 public void stopListening(ListenKey key) throws IOException {
65 public Connection accept(ListenKey key, long acceptTimeout,
H A DSimpleLaunchingConnector.java143 TransportService.ListenKey key = ts.startListening();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DGenericListeningConnector.java48 Map<Map<String,? extends Connector.Argument>, TransportService.ListenKey> listenMap;
84 listenMap = new HashMap<Map<String,? extends Connector.Argument>,TransportService.ListenKey>(10);
107 TransportService.ListenKey listener = listenMap.get(args);
129 TransportService.ListenKey listener = listenMap.get(args);
148 TransportService.ListenKey listener = listenMap.get(args);
H A DSocketTransportService.java48 static class SocketListenKey extends ListenKey {
247 ListenKey startListening(String localaddress, int port) throws IOException {
262 public ListenKey startListening(String address) throws IOException {
289 public ListenKey startListening() throws IOException {
296 public void stopListening(ListenKey listener) throws IOException {
316 public Connection accept(ListenKey listener, long acceptTimeout, long handshakeTimeout) throws IOException {
H A DRawCommandLineLauncher.java115 TransportService.ListenKey listener = transportService.startListening(address);
H A DAbstractLauncher.java128 TransportService.ListenKey listenKey,
150 private TransportService.ListenKey listenKey;
158 Helper(String[] commandArray, String address, TransportService.ListenKey listenKey,
H A DSunCommandLineLauncher.java176 TransportService.ListenKey listenKey;
/openjdk7/jdk/src/windows/classes/com/sun/tools/jdi/
H A DSharedMemoryTransportService.java42 static class SharedMemoryListenKey extends ListenKey {
114 public TransportService.ListenKey startListening(String address) throws IOException {
122 public ListenKey startListening() throws IOException {
126 public void stopListening(ListenKey listener) throws IOException {
145 public Connection accept(ListenKey listener, long acceptTimeout, long handshakeTimeout) throws IOException {

Completed in 49 milliseconds