| Package | Description |
|---|---|
| org.apache.commons.net |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultDatagramSocketFactory |
DefaultDatagramSocketFactory implements the DatagramSocketFactory
interface by simply wrapping the java.net.DatagramSocket
constructors.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected DatagramSocketFactory |
DatagramSocketClient._socketFactory_ |
The datagram socket's DatagramSocketFactory.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DatagramSocketClient.setDatagramSocketFactory(DatagramSocketFactory factory) |
Sets the DatagramSocketFactory used by the DatagramSocketClient
to open DatagramSockets.
|