jdk/src/java.base/share/classes/java/net
2024-11-26 09:35:31 +00:00
..
doc-files 8328286: Enhance HTTP client 2024-10-15 17:04:27 +05:30
spi 8344221: Remove calls to SecurityManager and and doPrivileged in java.net.IDN, java.net.URL, java.net.URLConnection, sun.net.util.URLUtil, and java.net.URLStreamHandlerProvider after JEP 486 integration 2024-11-18 15:17:40 +00:00
Authenticator.java 8344216: Remove calls to SecurityManager and and doPrivileged in java.net.Authenticator, java.net.CookieHandler, and java.net.ResponseCache after JEP 486 integration 2024-11-15 19:21:30 +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 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
ContentHandlerFactory.java
CookieHandler.java 8344216: Remove calls to SecurityManager and and doPrivileged in java.net.Authenticator, java.net.CookieHandler, and java.net.ResponseCache after JEP 486 integration 2024-11-15 19:21:30 +00:00
CookieManager.java 8305206: Add @spec tags in java.base/java.* (part 1) 2023-04-04 00:09:38 +00:00
CookiePolicy.java
CookieStore.java
DatagramPacket.java 7113208: Incorrect javadoc on java.net.DatagramPacket.setLength() 2022-09-03 05:48:20 +00:00
DatagramSocket.java 8344217: Remove calls to SecurityManager and doPrivileged in java.net.DatagramSocket and java.net.NetMulticastSocket after JEP 486 integration 2024-11-25 10:08:47 +00:00
DatagramSocketImpl.java 8332181: Deprecate for removal the MulticastSocket.send(DatagramPacket, byte) and setTTL/getTTL methods on DatagramSocketImpl and MulticastSocket 2024-05-21 06:37:15 +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
HostPortrange.java 8272215: Add InetAddress methods for parsing IP address literals 2023-10-26 18:24:42 +00:00
HttpConnectSocketImpl.java 8344222: Remove calls to SecurityManager and doPrivileged in java.net.HttpURLConnection, java.net.HttpConnectSocketImpl, and javax.net.HttpsURLConnection after JEP 486 integration 2024-11-26 09:35:31 +00:00
HttpCookie.java 7065228: To interpret case-insensitive string locale independently 2023-05-22 10:53:59 +00:00
HttpRetryException.java 8314877: Make fields final in 'java.net' package 2023-09-19 08:26:25 +00:00
HttpURLConnection.java 8344222: Remove calls to SecurityManager and doPrivileged in java.net.HttpURLConnection, java.net.HttpConnectSocketImpl, and javax.net.HttpsURLConnection after JEP 486 integration 2024-11-26 09:35:31 +00:00
IDN.java 8344221: Remove calls to SecurityManager and and doPrivileged in java.net.IDN, java.net.URL, java.net.URLConnection, sun.net.util.URLUtil, and java.net.URLStreamHandlerProvider after JEP 486 integration 2024-11-18 15:17:40 +00:00
Inet4Address.java 8315767: InetAddress: constructing objects from BSD literal addresses 2024-05-23 06:12:45 +00:00
Inet4AddressImpl.java 8244202: Implementation of JEP 418: Internet-Address Resolution SPI 2021-11-11 14:33:58 +00:00
Inet6Address.java 8319450: New methods java.net.InetXAddress.ofLiteral() miss @since tag 2023-11-07 06:37:45 +00:00
Inet6AddressImpl.java 8244202: Implementation of JEP 418: Internet-Address Resolution SPI 2021-11-11 14:33:58 +00:00
InetAddress.java 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
InetAddressImpl.java 8244202: Implementation of JEP 418: Internet-Address Resolution SPI 2021-11-11 14:33:58 +00:00
InetSocketAddress.java 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +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 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
NetMulticastSocket.java 8344217: Remove calls to SecurityManager and doPrivileged in java.net.DatagramSocket and java.net.NetMulticastSocket after JEP 486 integration 2024-11-25 10:08:47 +00:00
NetPermission.java 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
NetworkInterface.java 8344218: Remove calls to SecurityManager and and doPrivileged in java.net.NetworkInterface after JEP 486 integration 2024-11-19 05:44:30 +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 8314877: Make fields final in 'java.net' package 2023-09-19 08:26:25 +00: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
Proxy.java 8314877: Make fields final in 'java.net' package 2023-09-19 08:26:25 +00:00
ProxySelector.java 8344233: Remove calls to SecurityManager and doPrivileged in java.net.ProxySelector and sun.net.spi.DefaultProxySelector after JEP 486 integration 2024-11-16 11:39:20 +00:00
ResponseCache.java 8344216: Remove calls to SecurityManager and and doPrivileged in java.net.Authenticator, java.net.CookieHandler, and java.net.ResponseCache after JEP 486 integration 2024-11-15 19:21:30 +00:00
SecureCacheResponse.java 8250244: Address reliance on default constructors in java.net 2020-07-25 09:42:45 -07:00
ServerSocket.java 8344215: Remove calls to SecurityManager and doPrivileged in java.net.Socket and java.net.ServerSocket after JEP 486 integration 2024-11-20 13:59:52 +00:00
Socket.java 8344215: Remove calls to SecurityManager and doPrivileged in java.net.Socket and java.net.ServerSocket after JEP 486 integration 2024-11-20 13:59:52 +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 8216984: Deprecate for removal Socket constructors to create UDP sockets 2024-05-30 10:03:06 +00:00
SocketImplFactory.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
SocketOption.java
SocketOptions.java 8329825: Clarify the value type for java.net.SocketOptions.SO_LINGER 2024-05-22 01:20:51 +00:00
SocketPermission.java 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
SocketTimeoutException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
SocksConsts.java
SocksSocketImpl.java 8344219: Remove calls to SecurityManager and doPrivileged in java.net.SocksSocketImpl after JEP 486 integration 2024-11-22 14:39:07 +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 8314877: Make fields final in 'java.net' package 2023-09-19 08:26:25 +00:00
URISyntaxException.java 8300177: URISyntaxException fields can be final 2023-02-07 12:34:29 +00:00
URL.java 8344221: Remove calls to SecurityManager and and doPrivileged in java.net.IDN, java.net.URL, java.net.URLConnection, sun.net.util.URLUtil, and java.net.URLStreamHandlerProvider after JEP 486 integration 2024-11-18 15:17:40 +00:00
URLClassLoader.java 8343150: Change URLClassLoader.getPermissions to return empty PermissionCollection 2024-11-23 07:26:04 +00:00
URLConnection.java 8344221: Remove calls to SecurityManager and and doPrivileged in java.net.IDN, java.net.URL, java.net.URLConnection, sun.net.util.URLUtil, and java.net.URLStreamHandlerProvider after JEP 486 integration 2024-11-18 15:17:40 +00:00
URLDecoder.java 8316734: URLEncoder should specify that replacement bytes will be used in case of coding error 2023-11-29 12:59:19 +00:00
URLEncoder.java 8316734: URLEncoder should specify that replacement bytes will be used in case of coding error 2023-11-29 12:59:19 +00:00
URLPermission.java 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
URLStreamHandler.java 7065228: To interpret case-insensitive string locale independently 2023-05-22 10:53:59 +00:00
URLStreamHandlerFactory.java