Added Classes |
CacheRequest
|
Represents channels for storing resources in the
ResponseCache. |
CacheResponse
|
Represent channels for retrieving resources from the
ResponseCache. |
CookieHandler
|
A CookieHandler object provides a callback mechanism to hook up a
HTTP state management policy implementation into the HTTP protocol
handler. |
Proxy
|
This class represents a proxy setting, typically a type (http, socks) and
a socket address. |
Proxy.Type
|
Represents the proxy type. |
ProxySelector
|
Selects the proxy server to use, if any, when connecting to the
network resource referenced by a URL. |
ResponseCache
|
Represents implementations of URLConnection caches. |
SecureCacheResponse
|
Represents a cache response originally retrieved through secure
means, such as TLS. |
Changed Classes |
Inet6Address
|
This class represents an Internet Protocol version 6 (IPv6) address. |
InetAddress
|
This class represents an Internet Protocol (IP) address. |
InetSocketAddress
|
This class implements an IP Socket Address (IP address + port number)
It can also be a pair (hostname + port number), in which case an attempt
will be made to resolve the hostname. |
ServerSocket
|
This class implements server sockets. |
Socket
|
This class implements client sockets (also called just
"sockets"). |
URL
|
Class URL represents a Uniform Resource
Locator, a pointer to a "resource" on the World
Wide Web. |
URLClassLoader
|
This class loader is used to load classes and resources from a search
path of URLs referring to both JAR files and directories. |
URLConnection
|
The abstract class URLConnection is the superclass
of all classes that represent a communications link between the
application and a URL. |
URLStreamHandler
|
The abstract class URLStreamHandler is the common
superclass for all stream protocol handlers. |