|
Class Summary |
| ContentHandler |
A class to read data from a URLConnection and construct an
Object. |
| DatagramPacket |
A class that represents a datagram packet containing packet data, packet
length, internet addresses and port. |
| DatagramSocket |
The datagram socket class implements unreliable datagrams. |
| InetAddress |
A class that represents Internet addresses. |
| ServerSocket |
The server Socket class. |
| Socket |
The client Socket class. |
| SocketImpl |
This is the Socket implementation class. |
| URL |
Class URL represents a Uniform Reference Locator -- a reference
to an object on the World Wide Web. |
| URLConnection |
A class to represent an active connection to an object
represented by a URL. |
| URLEncoder |
Turns Strings of text into x-www-form-urlencoded format. |
| URLStreamHandler |
Abstract class for URL stream openers. |