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. However the HttpConnection class
does implement the Http protocol and you can use that class to perform GET or
POST operations to an Http server.
|
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.
|