jdk/src/java.base/share/classes/java/net
Mikael Vidstedt f08a9de3b2 Merge
2019-07-17 04:33:37 -07:00
..
doc-files 8179549: Typo in network properties documentation 2019-03-15 14:50:57 +00:00
spi 8213490: Networking area typos and inconsistencies cleanup 2018-11-13 12:24:34 +00:00
AbstractPlainDatagramSocketImpl.java 8227587: Add internal privileged System.loadLibrary 2019-07-17 12:35:46 +02: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 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02: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 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ContentHandler.java 8153508: ContentHandler API contains link to private contentPathProp 2019-03-20 08:33:33 +00: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 8227587: Add internal privileged System.loadLibrary 2019-07-17 12:35:46 +02:00
DatagramSocket.java 8224477: java.net socket types new-style socket option methods - spec and impl mismatch 2019-05-29 13:58:05 +01:00
DatagramSocketImpl.java 8226730: Missing @ in code tags 2019-06-25 16:34:08 +01:00
DatagramSocketImplFactory.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02: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 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
HttpURLConnection.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
IDN.java 8213490: Networking area typos and inconsistencies cleanup 2018-11-13 12:24:34 +00:00
Inet4Address.java 8220249: fix headings in java.compiler 2019-03-20 15:35:26 -07:00
Inet4AddressImpl.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Inet6Address.java 8216417: cleanup of IPv6 scope-id handling 2019-06-13 09:10:51 +01:00
Inet6AddressImpl.java 8225239: Refactor NetworkInterface lookups 2019-07-05 13:40:29 +02:00
InetAddress.java 8227587: Add internal privileged System.loadLibrary 2019-07-17 12:35:46 +02: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 8207146: Rename jdk.internal.misc.Unsafe::xxxObject to xxxReference 2018-10-22 17:00:04 -07:00
InMemoryCookieStore.java 8213490: Networking area typos and inconsistencies cleanup 2018-11-13 12:24:34 +00:00
InterfaceAddress.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
JarURLConnection.java 8225037: java.net.JarURLConnection::getJarEntry() throws NullPointerException 2019-06-05 13:59:44 +01:00
MalformedURLException.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MulticastSocket.java 8220585: Incorrect code in MulticastSocket sample code 2019-03-13 09:12:38 -07:00
NetPermission.java 8220719: Allow other named NetPermissions to be used 2019-03-17 08:26:38 +00:00
NetworkInterface.java 8227587: Add internal privileged System.loadLibrary 2019-07-17 12:35:46 +02:00
NoRouteToHostException.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02: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 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ProtocolException.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02: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 8213490: Networking area typos and inconsistencies cleanup 2018-11-13 12:24:34 +00: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 8225426: Replace plain with system-default in Socket and ServerSocket 2019-06-11 09:21:34 +01:00
Socket.java 8225426: Replace plain with system-default in Socket and ServerSocket 2019-06-11 09:21:34 +01:00
SocketAddress.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02: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 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SocketImpl.java 8225651: Missed the @ in a couple of code tags of SocketImpl 2019-06-12 16:10:39 +01:00
SocketImplFactory.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SocketInputStream.java 8216978: Drop support for pre JDK 1.4 SocketImpl implementations 2019-05-02 17:29:10 +01:00
SocketOption.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SocketOptions.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SocketOutputStream.java 8216978: Drop support for pre JDK 1.4 SocketImpl implementations 2019-05-02 17:29:10 +01:00
SocketPermission.java 8215281: Use String.isEmpty() when applicable in java.base 2018-12-13 15:31:05 +01:00
SocketTimeoutException.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SocksConsts.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SocksSocketImpl.java 8216978: Drop support for pre JDK 1.4 SocketImpl implementations 2019-05-02 17:29:10 +01:00
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 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
UnknownServiceException.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
URI.java 8220249: fix headings in java.compiler 2019-03-20 15:35:26 -07:00
URISyntaxException.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
URL.java 8217364: Custom URLStreamHandler for jrt or file protocol can override default handler 2019-05-02 22:52:51 +01:00
URLClassLoader.java 8215281: Use String.isEmpty() when applicable in java.base 2018-12-13 15:31:05 +01:00
URLConnection.java 8215912: Various Typos in java.net Method Documentation 2019-01-03 17:46:09 +00: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 8215281: Use String.isEmpty() when applicable in java.base 2018-12-13 15:31:05 +01:00
URLStreamHandler.java 8226730: Missing @ in code tags 2019-06-25 16:34:08 +01:00
URLStreamHandlerFactory.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00