Searched refs:SocketListenKey (Results 1 – 1 of 1) sorted by relevance
48 static class SocketListenKey extends ListenKey { class in SocketTransportService51 SocketListenKey(ServerSocket ss) { in SocketListenKey() method in SocketTransportService.SocketListenKey256 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()