| Changed Classes and Interfaces |
|
DatagramPacket
|
This class represents a datagram packet. |
|
DatagramSocket
|
This class represents a socket for sending and receiving datagram packets. |
|
DatagramSocketImplFactory
|
This interface defines a factory for datagram socket implementations. |
|
HttpURLConnection
|
A URLConnection with support for HTTP-specific features. |
|
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. |
|
MulticastSocket
|
The multicast datagram socket class is useful for sending and receiving IP multicast packets. |
|
NetPermission
|
This class is for various network permissions. |
|
NetworkInterface
|
This class represents a Network Interface made up of a name and a list of IP addresses assigned to this interface. |
|
ServerSocket
|
This class implements server sockets. |
|
Socket
|
This class implements client sockets (also called just "sockets"). |
|
SocketOptions
|
Interface of methods to get/set socket options. |
|
URI
|
Represents a Uniform Resource Identifier (URI) reference. |
|
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. |
|
URLDecoder
|
Utility class for HTML form decoding. |
|
URLEncoder
|
Utility class for HTML form encoding. |
|
URLStreamHandler
|
The abstract class URLStreamHandler is the common superclass for all stream protocol handlers. |