Searched refs:oldImpl (Results 1 – 7 of 7) sorted by relevance
91 boolean oldImpl = false; field in DatagramSocket164 if (oldImpl || (impl instanceof AbstractPlainDatagramSocketImpl && in connectInternal()338 oldImpl = true; in checkOldImpl()775 if (!oldImpl) { in receive()819 if (!oldImpl) { in receive()1118 if (oldImpl) in setReuseAddress()
69 private boolean oldImpl = false; field in ServerSocket279 oldImpl = true; in checkOldImpl()362 if (!oldImpl && isBound()) in bind()620 return bound || oldImpl; in isBound()
76 private boolean oldImpl = false; field in Socket502 oldImpl = AccessController.doPrivileged in checkOldImpl()600 if (!oldImpl && isConnected()) in connect()620 if (!oldImpl) in connect()658 if (!oldImpl && isBound()) in bind()1634 return connected || oldImpl; in isConnected()1651 return bound || oldImpl; in isBound()
395 if (oldImpl) in joinGroup()442 if (oldImpl) in leaveGroup()
176 private boolean oldImpl = false; field in ServerSocket
236 boolean oldImpl = false; field in DatagramSocket
315 private boolean oldImpl = false; field in Socket