jdk/src/java.base/share/classes/java/net
Daniel Fuchs 8333ea85fa 8233296: MulticastSocket getOption/setOption inverts the value of IP_MULTICAST_LOOP
MulticastSocket.getOption(StandardSocketOption.IP_MULTICAST_LOOP) now returns true if loopback mode is enabled, and MulticastSocket.setOption(StandardSocketOption.IP_MULTICAST_LOOP, true) enables loopback mode. No other behavioral changes.

Reviewed-by: alanb, chegar
2019-11-22 11:52:48 +00:00
..
doc-files 8230694: http.keepAlive system property is inconsistently/incorrectly documented 2019-09-06 14:04:44 +01:00
spi 8213490: Networking area typos and inconsistencies cleanup 2018-11-13 12:24:34 +00:00
AbstractPlainDatagramSocketImpl.java 8233296: MulticastSocket getOption/setOption inverts the value of IP_MULTICAST_LOOP 2019-11-22 11:52:48 +00:00
AbstractPlainSocketImpl.java 8227587: Add internal privileged System.loadLibrary 2019-07-17 12:35:46 +02:00
Authenticator.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
BindException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
CacheRequest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CacheResponse.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ConnectException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
ContentHandler.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
ContentHandlerFactory.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CookieHandler.java 8197564: HTTP Client implementation 2018-04-17 08:54:17 -07:00
CookieManager.java 8213490: Networking area typos and inconsistencies cleanup 2018-11-13 12:24:34 +00:00
CookiePolicy.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CookieStore.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DatagramPacket.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
DatagramSocket.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
DatagramSocketImpl.java 8234103: DatagramSocketImpl::socket is not needed 2019-11-20 10:13:10 +00:00
DatagramSocketImplFactory.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
DelegatingSocketImpl.java 8220493: Prepare Socket/ServerSocket for alternative platform SocketImpl 2019-03-16 19:44:12 +00:00
FileNameMap.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
HostPortrange.java 8214971: Replace use of string.equals("") with isEmpty() 2018-12-07 11:51:17 -05:00
HttpConnectSocketImpl.java 8216978: Drop support for pre JDK 1.4 SocketImpl implementations 2019-05-02 17:29:10 +01:00
HttpCookie.java 8215281: Use String.isEmpty() when applicable in java.base 2018-12-13 15:31:05 +01:00
HttpRetryException.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
HttpURLConnection.java 8231632: HttpURLConnection::usingProxy could specify that it may lazily evaluate the fact 2019-11-01 12:57:01 +00:00
IDN.java 8213490: Networking area typos and inconsistencies cleanup 2018-11-13 12:24:34 +00:00
Inet4Address.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
Inet4AddressImpl.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Inet6Address.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
Inet6AddressImpl.java 8225239: Refactor NetworkInterface lookups 2019-07-05 13:40:29 +02:00
InetAddress.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
InetAddressContainer.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InetAddressImpl.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InetSocketAddress.java 8225499: InetSocketAddress::toString not friendly to IPv6 literal addresses 2019-10-17 08:56:06 +01:00
InMemoryCookieStore.java 8213490: Networking area typos and inconsistencies cleanup 2018-11-13 12:24:34 +00:00
InterfaceAddress.java 8226831: Use Objects.equals() when appropriate 2019-08-27 14:44:21 -07:00
JarURLConnection.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
MalformedURLException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
MulticastSocket.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
NetPermission.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
NetworkInterface.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
NoRouteToHostException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
package-info.java 8213911: Use example.com in java.net and other examples 2018-11-27 11:28:47 -08:00
PasswordAuthentication.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
PortUnreachableException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
ProtocolException.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
ProtocolFamily.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Proxy.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ProxySelector.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
ResponseCache.java 8213490: Networking area typos and inconsistencies cleanup 2018-11-13 12:24:34 +00:00
SecureCacheResponse.java 8213490: Networking area typos and inconsistencies cleanup 2018-11-13 12:24:34 +00:00
ServerSocket.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
Socket.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
SocketAddress.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
SocketCleanable.java 8211122: Reduce the number of internal classes made accessible to jdk.unsupported 2018-11-06 10:01:16 -08:00
SocketException.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
SocketImpl.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
SocketImplFactory.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
SocketInputStream.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
SocketOption.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SocketOptions.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
SocketOutputStream.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
SocketPermission.java 8231859: Extra dash after the exception name in @throws clause of javadoc 2019-10-16 18:47:11 -07:00
SocketTimeoutException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
SocksConsts.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SocksSocketImpl.java 8230310: SocksSocketImpl should handle the IllegalArgumentException thrown by ProxySelector.select usage 2019-08-28 20:05:43 +05:30
StandardProtocolFamily.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
StandardSocketOptions.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
UnknownHostException.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
UnknownServiceException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
URI.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
URISyntaxException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
URL.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
URLClassLoader.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
URLConnection.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
URLDecoder.java 8215281: Use String.isEmpty() when applicable in java.base 2018-12-13 15:31:05 +01:00
URLEncoder.java 8213490: Networking area typos and inconsistencies cleanup 2018-11-13 12:24:34 +00:00
URLPermission.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
URLStreamHandler.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
URLStreamHandlerFactory.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00