| Package | Description |
|---|---|
| java.net | |
| javax.net | |
| javax.net.ssl |
| Class and Description |
|---|
| DatagramPacket
This class represents a datagram packet.
|
| DatagramSocket
This class represents a socket for sending and receiving datagram packets.
|
| Inet6Address |
| 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.
|
| InterfaceAddress
This class represents a Network Interface address.
|
| NetworkInterface
This class represents a Network Interface made up of a name, and a list of IP addresses assigned to this interface.
|
| Socket
This class implements client sockets (also called just "sockets").
|
| SocketAddress
This class represents a Socket Address with no protocol attachment.
|
| SocketException
Thrown to indicate that there is an error creating or accessing a Socket.
|
| UnknownHostException
Thrown to indicate that the IP address of a host could not be determined.
|
| Class and Description |
|---|
| InetAddress
This class represents an Internet Protocol (IP) address.
|
| ServerSocket
This class implements server sockets.
|
| Socket
This class implements client sockets (also called just "sockets").
|
| UnknownHostException
Thrown to indicate that the IP address of a host could not be determined.
|
| Class and Description |
|---|
| InetAddress
This class represents an Internet Protocol (IP) address.
|
| ServerSocket
This class implements server sockets.
|
| Socket
This class implements client sockets (also called just "sockets").
|
| UnknownHostException
Thrown to indicate that the IP address of a host could not be determined.
|