| Changed Classes and Interfaces |
|
ContentHandler
|
The abstract class ContentHandler is the superclass of all classes that read an Object from a URLConnection. |
|
DatagramSocket
|
This class represents a socket for sending and receiving datagram packets. |
|
HttpURLConnection
|
A URLConnection with support for HTTP-specific features. |
|
Socket
|
This class implements client sockets (also called just "sockets"). |
|
SocketImpl
|
The abstract class SocketImpl is a common superclass of all classes that actually implement sockets. |
|
SocketOptions
|
Interface of methods to get/set socket options. |
|
URL
|
Class URL represents a Uniform Resource Locator a pointer to a "resource" on the World Wide Web. |
|
URLConnection
|
The abstract class URLConnection is the superclass of all classes that represent a communications link between the application and a URL. |
|
URLDecoder
|
The class contains a utility method for converting from a MIME format called "x-www-form-urlencoded" to a String |
|
URLStreamHandler
|
The abstract class URLStreamHandler is the common superclass for all stream protocol handlers. |