Home
last modified time | relevance | path

Searched refs:SocketListenKey (Results 1 – 1 of 1) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DSocketTransportService.java48 static class SocketListenKey extends ListenKey { class in SocketTransportService
51 SocketListenKey(ServerSocket ss) { in SocketListenKey() method in SocketTransportService.SocketListenKey
256 return new SocketListenKey(ss); in startListening()
297 if (!(listener instanceof SocketListenKey)) { in stopListening()
302 ServerSocket ss = ((SocketListenKey)listener).socket(); in stopListening()
320 if (!(listener instanceof SocketListenKey)) { in accept()
328 ss = ((SocketListenKey)listener).socket(); in accept()