jdk/src/java.base/share/classes/java/net
2020-09-17 13:40:29 +00:00
..
doc-files 8237817: Clean up net-properties.html 2020-01-24 21:57:19 +00:00
spi 8213490: Networking area typos and inconsistencies cleanup 2018-11-13 12:24:34 +00:00
AbstractPlainDatagramSocketImpl.java 8234148: DatagramSocket.setOption/getOption/supportedOption should support multicast options 2019-12-09 14:25:37 +00:00
AbstractPlainSocketImpl.java 8233002: Further enhance datagram socket support 2019-10-29 09:51:37 -07:00
Authenticator.java 8250244: Address reliance on default constructors in java.net 2020-07-25 09:42:45 -07: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 8250244: Address reliance on default constructors in java.net 2020-07-25 09:42:45 -07:00
ContentHandlerFactory.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CookieHandler.java 8250244: Address reliance on default constructors in java.net 2020-07-25 09:42:45 -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 8237890: DatagramPacket::getSocketAddress doesn't specify what happens if address or port are not set 2020-04-22 12:34:09 +01:00
DatagramSocket.java 8244933: DatagramSocket.connect does not specify that it may cause datagrams in the socket receive buffer to be discarded 2020-06-10 11:08:19 +01:00
DatagramSocketImpl.java 8250244: Address reliance on default constructors in java.net 2020-07-25 09:42:45 -07: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 8241014: Miscellaneous typos in documentation comments 2020-03-20 20:54:56 +00:00
HttpRetryException.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
HttpURLConnection.java 8241760: Typos: empty lines in javadoc, inconsistent indents, etc. (net and nio) 2020-03-30 13:59:16 -07:00
IDN.java 8174270: Consolidate ICU sources in one location 2020-01-13 08:05:59 -08:00
Inet4Address.java 8241760: Typos: empty lines in javadoc, inconsistent indents, etc. (net and nio) 2020-03-30 13:59:16 -07:00
Inet4AddressImpl.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Inet6Address.java 8235193: (dc) Remove JNI overhead from DatagramChannel.send implementation 2019-12-04 16:37:00 +00:00
Inet6AddressImpl.java 8225239: Refactor NetworkInterface lookups 2019-07-05 13:40:29 +02:00
InetAddress.java 8244958: preferIPv4Stack and preferIPv6Addresses do not affect addresses returned by HostsFileNameService 2020-05-29 13:39:16 +01: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 8243999: DatagramSocket and MulticastSocket constructors don't specify how a null InetAddress is handled 2020-06-09 15:26:53 +01:00
NetMulticastSocket.java 8241072: Reimplement the Legacy DatagramSocket API 2020-05-12 21:51:53 +01:00
NetPermission.java 8241760: Typos: empty lines in javadoc, inconsistent indents, etc. (net and nio) 2020-03-30 13:59:16 -07:00
NetworkInterface.java 8248703: Clarify the behavior of java.net.NetworkInterface::equals 2020-07-03 16:50:16 +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 8241760: Typos: empty lines in javadoc, inconsistent indents, etc. (net and nio) 2020-03-30 13:59:16 -07:00
ProxySelector.java 8252996: Thread safety problem in java.net.ProxySelector 2020-09-17 13:40:29 +00:00
ResponseCache.java 8250244: Address reliance on default constructors in java.net 2020-07-25 09:42:45 -07:00
SecureCacheResponse.java 8250244: Address reliance on default constructors in java.net 2020-07-25 09:42:45 -07:00
ServerSocket.java 8251542: Several small Javadoc errors in java.base 2020-08-25 09:27:36 +01:00
Socket.java 8251542: Several small Javadoc errors in java.base 2020-08-25 09:27:36 +01:00
SocketAddress.java 8250244: Address reliance on default constructors in java.net 2020-07-25 09:42:45 -07:00
SocketCleanable.java 8233002: Further enhance datagram socket support 2019-10-29 09:51:37 -07:00
SocketException.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
SocketImpl.java 8241760: Typos: empty lines in javadoc, inconsistent indents, etc. (net and nio) 2020-03-30 13:59:16 -07: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 8231785: Improved socket permissions 2019-10-23 17:03:07 -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 8234147: Avoid looking up standard charsets in core libraries 2019-12-01 15:29:37 -08:00
StandardProtocolFamily.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
StandardSocketOptions.java 8233319: Deprecate MulticastSocket methods that operate on java.net.InetAddress 2019-12-09 12:06:26 +00: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 8245308: Replace ThreadLocalCoders decoder/encoder cache in java.net.URI 2020-08-28 18:05:20 +01:00
URISyntaxException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
URL.java 8250748: Doc of URL(String, String, int, String, URLStreamHandler) does not use link 2020-08-19 08:58:00 +00:00
URLClassLoader.java 8230648: Replace @exception tag with @throws in java.base 2019-09-20 11:07:52 +01:00
URLConnection.java 8245582: j.net.URLConnection::getHeaderFieldKey(int) behavior does not reliably conform to its specification 2020-05-26 21:29:33 +01:00
URLDecoder.java 8250244: Address reliance on default constructors in java.net 2020-07-25 09:42:45 -07: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 8250244: Address reliance on default constructors in java.net 2020-07-25 09:42:45 -07:00
URLStreamHandlerFactory.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00