jdk/src/java.base/share/classes/java/net
Joe Darcy 8e82d0021c 8280492: Use cross-module syntax for cross-module links
Reviewed-by: iris, serb, lancea, dfuchs, aivanov
2022-01-24 20:16:38 +00:00
..
doc-files 8244202: Implementation of JEP 418: Internet-Address Resolution SPI 2021-11-11 14:33:58 +00:00
spi 8277628: Spec for InetAddressResolverProvider::get() throwing error or exception could be clearer 2021-12-07 15:42:02 +00:00
Authenticator.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
BindException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
CacheRequest.java 8250244: Address reliance on default constructors in java.net 2020-07-25 09:42:45 -07:00
CacheResponse.java 8250244: Address reliance on default constructors in java.net 2020-07-25 09:42:45 -07:00
ConnectException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
ContentHandler.java 8273616: Fix trivial doc typos in the java.base module 2021-09-13 17:46:13 +00:00
ContentHandlerFactory.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CookieHandler.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
CookieManager.java 8277868: Use Comparable.compare() instead of surrogate code 2021-12-16 21:39:08 +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 8272626: Avoid C-style array declarations in java.* 2021-08-18 10:47:03 +00:00
DatagramSocket.java 8273616: Fix trivial doc typos in the java.base module 2021-09-13 17:46:13 +00:00
DatagramSocketImpl.java 8260428: Drop support for pre JDK 1.4 DatagramSocketImpl implementations 2021-11-01 17:11:20 +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 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
HttpCookie.java 8274949: Use String.contains() instead of String.indexOf() in java.base 2021-11-19 18:48:06 +00:00
HttpRetryException.java 8253100: Fix "no comment" warnings in java.base/java.net 2021-03-02 12:54:54 +00:00
HttpURLConnection.java 8274949: Use String.contains() instead of String.indexOf() in java.base 2021-11-19 18:48:06 +00:00
IDN.java 8269409: Post JEP 411 refactoring: core-libs with maximum covering > 10K 2021-06-28 19:05:33 +00:00
Inet4Address.java 8273616: Fix trivial doc typos in the java.base module 2021-09-13 17:46:13 +00:00
Inet4AddressImpl.java 8244202: Implementation of JEP 418: Internet-Address Resolution SPI 2021-11-11 14:33:58 +00:00
Inet6Address.java 8275518: accessibility issue in Inet6Address docs 2021-10-28 14:40:53 +00:00
Inet6AddressImpl.java 8244202: Implementation of JEP 418: Internet-Address Resolution SPI 2021-11-11 14:33:58 +00:00
InetAddress.java 8244202: Implementation of JEP 418: Internet-Address Resolution SPI 2021-11-11 14:33:58 +00:00
InetAddressContainer.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InetAddressImpl.java 8244202: Implementation of JEP 418: Internet-Address Resolution SPI 2021-11-11 14:33:58 +00:00
InetSocketAddress.java 8253100: Fix "no comment" warnings in java.base/java.net 2021-03-02 12:54:54 +00:00
InMemoryCookieStore.java 8213490: Networking area typos and inconsistencies cleanup 2018-11-13 12:24:34 +00:00
InterfaceAddress.java 8263233: Update java.net and java.nio to use instanceof pattern variable 2021-03-10 11:05:29 +00: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 8263080: Obsolete relationship in MulticastSocket API documentation. 2021-03-23 10:39:42 +00:00
NetMulticastSocket.java 8260428: Drop support for pre JDK 1.4 DatagramSocketImpl implementations 2021-11-01 17:11:20 +00:00
NetPermission.java 8245194: Unix domain socket channel implementation 2020-10-28 17:26:26 +00:00
NetworkInterface.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
NoRouteToHostException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
package-info.java 8280492: Use cross-module syntax for cross-module links 2022-01-24 20:16:38 +00: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 8273616: Fix trivial doc typos in the java.base module 2021-09-13 17:46:13 +00:00
ProxySelector.java 8273616: Fix trivial doc typos in the java.base module 2021-09-13 17:46:13 +00:00
ResponseCache.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
SecureCacheResponse.java 8250244: Address reliance on default constructors in java.net 2020-07-25 09:42:45 -07:00
ServerSocket.java 8278339: ServerSocket::isClosed may return false after accept throws 2021-12-07 14:22:35 +00:00
Socket.java 8272626: Avoid C-style array declarations in java.* 2021-08-18 10:47:03 +00:00
SocketAddress.java 8250244: Address reliance on default constructors in java.net 2020-07-25 09:42:45 -07:00
SocketException.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
SocketImpl.java 8253119: Remove the legacy PlainSocketImpl and PlainDatagramSocketImpl implementation 2021-07-06 13:46:02 +00:00
SocketImplFactory.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00: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
SocketPermission.java 8274949: Use String.contains() instead of String.indexOf() in java.base 2021-11-19 18:48:06 +00: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 8268056: Update java.net and java.nio to use switch expressions 2021-06-09 10:13:25 +00:00
StandardProtocolFamily.java 8245194: Unix domain socket channel implementation 2020-10-28 17:26:26 +00:00
StandardSocketOptions.java 8233319: Deprecate MulticastSocket methods that operate on java.net.InetAddress 2019-12-09 12:06:26 +00:00
UnixDomainSocketAddress.java 8262883: doccheck: Broken links in java.base 2021-04-14 15:00:14 +00:00
UnknownHostException.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
UnknownServiceException.java 8255989: Remove explicitly unascribed authorship from Java source files 2020-11-07 12:11:43 +00:00
URI.java 8273910: Redundant condition and assignment in java.net.URI 2021-10-07 16:55:45 +00:00
URISyntaxException.java 8253100: Fix "no comment" warnings in java.base/java.net 2021-03-02 12:54:54 +00:00
URL.java 8274879: Replace uses of StringBuffer with StringBuilder within java.base classes 2021-10-27 16:18:12 +00:00
URLClassLoader.java 8266109: More Resilient Classloading 2021-10-19 18:26:00 +00:00
URLConnection.java 8133686: HttpURLConnection.getHeaderFields and URLConnection.getRequestProperties methods return field values in reverse order 2021-09-09 10:23:12 +00:00
URLDecoder.java 8260265: UTF-8 by Default 2021-08-30 21:13:59 +00:00
URLEncoder.java 8260265: UTF-8 by Default 2021-08-30 21:13:59 +00:00
URLPermission.java 8263233: Update java.net and java.nio to use instanceof pattern variable 2021-03-10 11:05:29 +00:00
URLStreamHandler.java 8267840: Improve URLStreamHandler.parseURL() 2021-08-05 14:55:00 +00:00
URLStreamHandlerFactory.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00