程序包 | 说明 |
---|---|
com.fr.ftp |
Common socket classes and protocol command utility classes
|
限定符和类型 | 类和说明 |
---|---|
class |
DefaultDatagramSocketFactory
DefaultDatagramSocketFactory implements the DatagramSocketFactory
interface by simply wrapping the java.net.DatagramSocket
constructors.
|
限定符和类型 | 字段和说明 |
---|---|
protected DatagramSocketFactory |
DatagramSocketClient._socketFactory_
The datagram socket's DatagramSocketFactory.
|
限定符和类型 | 方法和说明 |
---|---|
void |
DatagramSocketClient.setDatagramSocketFactory(DatagramSocketFactory factory)
Sets the DatagramSocketFactory used by the DatagramSocketClient
to open DatagramSockets.
|