| Package | Description |
|---|---|
| java.net |
Provides the classes for implementing networking applications.
|
| Modifier and Type | Method and Description |
|---|---|
DatagramSocketImpl |
DatagramSocketImplFactory.createDatagramSocketImpl()
Creates a new
DatagramSocketImpl instance.
|
| Constructor and Description | |
|---|---|
DatagramSocket(DatagramSocketImpl
Creates an unbound datagram socket with the specified DatagramSocketImpl.
|