jdk/src/java.base/share/classes/java/net
2023-04-24 17:25:32 +00:00
..
doc-files 8281561: Disable http DIGEST mechanism with MD5 and SHA-1 by default 2022-03-28 13:51:55 +00:00
spi 8300133: Use generalized see and link tags in core libs 2023-01-18 18:54:03 +00:00
Authenticator.java 8304818: Prune HttpURLConnection cache when corresponding Authenticator is garbage collected 2023-04-24 17:25:32 +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 8292968: java.net.ContentHandler's javadoc has a broken reference 2022-08-30 05:24:14 +00:00
ContentHandlerFactory.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CookieHandler.java 8305206: Add @spec tags in java.base/java.* (part 1) 2023-04-04 00:09:38 +00:00
CookieManager.java 8305206: Add @spec tags in java.base/java.* (part 1) 2023-04-04 00:09:38 +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 7113208: Incorrect javadoc on java.net.DatagramPacket.setLength() 2022-09-03 05:48:20 +00:00
DatagramSocket.java 8301463: Code in DatagramSocket still refers to resolved JDK-8237352 2023-02-15 10:19:49 +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 8297311: Improve exception message thrown by java.net.HostPortrange::toLowerCase(String s) 2022-11-30 01:11:24 +00:00
HttpConnectSocketImpl.java 8278326: Socket close is not thread safe and other cleanup 2023-01-12 09:38:31 +00:00
HttpCookie.java 8305206: Add @spec tags in java.base/java.* (part 1) 2023-04-04 00:09:38 +00:00
HttpRetryException.java 8253100: Fix "no comment" warnings in java.base/java.net 2021-03-02 12:54:54 +00:00
HttpURLConnection.java 8301964: Expensive fillInStackTrace operation in HttpURLConnection.getLastModified when no last-modified in response 2023-02-25 13:39:36 +00:00
IDN.java 8305206: Add @spec tags in java.base/java.* (part 1) 2023-04-04 00:09:38 +00:00
Inet4Address.java 8305206: Add @spec tags in java.base/java.* (part 1) 2023-04-04 00:09:38 +00:00
Inet4AddressImpl.java 8244202: Implementation of JEP 418: Internet-Address Resolution SPI 2021-11-11 14:33:58 +00:00
Inet6Address.java 8305206: Add @spec tags in java.base/java.* (part 1) 2023-04-04 00:09:38 +00:00
Inet6AddressImpl.java 8244202: Implementation of JEP 418: Internet-Address Resolution SPI 2021-11-11 14:33:58 +00:00
InetAddress.java 8299129: Enhance NameService lookups 2023-04-18 23:21:21 +00:00
InetAddressImpl.java 8244202: Implementation of JEP 418: Internet-Address Resolution SPI 2021-11-11 14:33:58 +00:00
InetSocketAddress.java 8299437: Make InetSocketAddressHolder shallowly immutable 2023-01-03 10:00:19 +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 8294241: Deprecate URL public constructors 2022-11-03 17:18:14 +00:00
MalformedURLException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
MulticastSocket.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +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 8225235: Unused field defaultIndex in NetworkInterface 2022-09-30 03:06:36 +00:00
NoRouteToHostException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
package-info.java 8280534: Enable compile-time doclint reference checking 2022-01-31 23:22: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 8305206: Add @spec tags in java.base/java.* (part 1) 2023-04-04 00:09:38 +00:00
SecureCacheResponse.java 8250244: Address reliance on default constructors in java.net 2020-07-25 09:42:45 -07:00
ServerSocket.java 8278326: Socket close is not thread safe and other cleanup 2023-01-12 09:38:31 +00:00
Socket.java 8278326: Socket close is not thread safe and other cleanup 2023-01-12 09:38:31 +00:00
SocketAddress.java 8250244: Address reliance on default constructors in java.net 2020-07-25 09:42:45 -07:00
SocketException.java 8282686: Add constructors taking a cause to SocketException 2022-03-07 17:52:04 +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 8299499: Usage of constructors of primitive wrapper classes should be avoided in java.net API docs 2023-01-13 23:17:53 +00:00
SocketPermission.java 8305206: Add @spec tags in java.base/java.* (part 1) 2023-04-04 00:09:38 +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 8299475: Enhance SocketException by cause where it is missing in net and nio area 2023-01-05 08:26:38 +00:00
StandardProtocolFamily.java 8245194: Unix domain socket channel implementation 2020-10-28 17:26:26 +00:00
StandardSocketOptions.java 8305206: Add @spec tags in java.base/java.* (part 1) 2023-04-04 00:09:38 +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 8305206: Add @spec tags in java.base/java.* (part 1) 2023-04-04 00:09:38 +00:00
URISyntaxException.java 8300177: URISyntaxException fields can be final 2023-02-07 12:34:29 +00:00
URL.java 8305206: Add @spec tags in java.base/java.* (part 1) 2023-04-04 00:09:38 +00:00
URLClassLoader.java 8266109: More Resilient Classloading 2021-10-19 18:26:00 +00:00
URLConnection.java 8305206: Add @spec tags in java.base/java.* (part 1) 2023-04-04 00:09:38 +00:00
URLDecoder.java 8305206: Add @spec tags in java.base/java.* (part 1) 2023-04-04 00:09:38 +00:00
URLEncoder.java 8305206: Add @spec tags in java.base/java.* (part 1) 2023-04-04 00:09:38 +00:00
URLPermission.java 8305206: Add @spec tags in java.base/java.* (part 1) 2023-04-04 00:09:38 +00:00
URLStreamHandler.java 8294948: Document IllegalArgumentException and NullPointerException thrown by URLStreamHandler::parseURL and URLStreamHandler::setURL 2022-10-20 08:54:45 +00:00
URLStreamHandlerFactory.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00