| Interface | Description |
|---|---|
| SocketOptions |
This interface is used by
SocketImpl and
DatagramSocketImpl to implement options
on sockets. |
| Class | Description |
|---|---|
| DatagramPacket |
This class models a packet of data that is to be sent across the network
using a connectionless protocol such as UDP.
|
| DatagramSocket | |
| Inet4Address | |
| Inet6Address | |
| InetAddress |
This class models an Internet address.
|
| ServerSocket | |
| Socket | |
| URL |
To reduce the size of the Eve library, this class does not fully implement the standard java.net.URL class.
|
| URLConnection |
This Class has not yet been implemented.
|
| URLEncoder |
This utility class contains static methods that converts a
string into a fully encoded URL string in x-www-form-urlencoded
format.
|
| URLStreamHandler |
| Exception | Description |
|---|---|
| MalformedURLException |
This exception indicates that a URL passed to an object was not in a
valid format.
|
| SocketException |
This exception indicates that a generic error occurred related to an
operation on a socket.
|
| SocketTimeoutException | |
| UnknownHostException |
This exception indicates that an attempt was made to reference a hostname
or IP address that is not valid.
|