Uses of Interface
org.apache.commons.net.DatagramSocketFactory
Packages that use DatagramSocketFactory
Package
Description
Common socket classes and protocol command utility classes
-
Uses of DatagramSocketFactory in org.apache.commons.net
Classes in org.apache.commons.net that implement DatagramSocketFactoryModifier and TypeClassDescriptionclassImplements the DatagramSocketFactory interface by simply wrapping theDatagramSocketconstructors.Fields in org.apache.commons.net declared as DatagramSocketFactoryModifier and TypeFieldDescriptionprotected DatagramSocketFactoryDatagramSocketClient._socketFactory_The datagram socket's DatagramSocketFactory.private static final DatagramSocketFactoryDatagramSocketClient.DEFAULT_SOCKET_FACTORYThe default DatagramSocketFactory shared by all DatagramSocketClient instances.Methods in org.apache.commons.net with parameters of type DatagramSocketFactoryModifier and TypeMethodDescriptionvoidDatagramSocketClient.setDatagramSocketFactory(DatagramSocketFactory factory) Sets the DatagramSocketFactory used by the DatagramSocketClient to open DatagramSockets.