|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV NEXT | ||||||||
Uses of Class
java.net.DatagramSocketImpl
| Uses of DatagramSocketImpl in java.net |
| Subclasses of DatagramSocketImpl in java.net | |
(package private) class |
PlainDatagramSocketImpl
Written using on-line Java Platform 1.2 API Specification, as well as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998). |
class |
ZDatagramSocketImpl
This class is the new datagram socket implementation used by the datagram socket factory in place of the plain-old one. |
| Fields in java.net declared as DatagramSocketImpl | |
private DatagramSocketImpl |
DatagramSocket.impl
This is the implementation object used by this socket. |
| Methods in java.net that return DatagramSocketImpl | |
DatagramSocketImpl |
DatagramSocketImplFactory.createDatagramSocketImpl()
This method returns an instance of the DatagramSocketImpl object |
(package private) DatagramSocketImpl |
DatagramSocket.getImpl()
|
| Constructors in java.net with parameters of type DatagramSocketImpl | |
DatagramSocket(DatagramSocketImpl impl)
Creates a DatagramSocket from a specified
DatagramSocketImpl instance |
|
|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV NEXT | ||||||||