Searched refs:oldImpl (Results 1 – 7 of 7) sorted by relevance
93 boolean oldImpl = false; field in DatagramSocket166 if (oldImpl || (impl instanceof AbstractPlainDatagramSocketImpl && in connectInternal()340 oldImpl = true; in checkOldImpl()777 if (!oldImpl) { in receive()821 if (!oldImpl) { in receive()1120 if (oldImpl) in setReuseAddress()
81 private boolean oldImpl = false; field in Socket527 oldImpl = AccessController.doPrivileged in checkOldImpl()625 if (!oldImpl && isConnected()) in connect()645 if (!oldImpl) in connect()683 if (!oldImpl && isBound()) in bind()1657 return connected || oldImpl; in isConnected()1674 return bound || oldImpl; in isBound()
75 private boolean oldImpl = false; field in ServerSocket301 oldImpl = true; in checkOldImpl()384 if (!oldImpl && isBound()) in bind()644 return bound || oldImpl; in isBound()
401 if (oldImpl) in joinGroup()448 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