Uses of Interface
java.net.SocketOptions
Package | Description |
---|---|
java.net |
Provides the classes for implementing networking applications.
|
-
Uses of SocketOptions in java.net
Classes in java.net that implement SocketOptions Modifier and Type Class Description class
DatagramSocketImpl
Abstract datagram and multicast socket implementation base class.class
SocketImpl
The abstract classSocketImpl
is a common superclass of all classes that actually implement sockets.