|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatagramSocket | |
---|---|
java.net | Provides the classes for implementing networking applications. |
org.dvb.net | Provides general networking features not found elsewhere. |
Uses of DatagramSocket in java.net |
---|
Subclasses of DatagramSocket in java.net | |
---|---|
class |
MulticastSocket
The multicast datagram socket class is useful for sending and receiving IP multicast packets. |
Uses of DatagramSocket in org.dvb.net |
---|
Methods in org.dvb.net with parameters of type DatagramSocket | |
---|---|
static int |
DatagramSocketBufferControl.getReceiveBufferSize(DatagramSocket d)
Get value of the SO_RCVBUF option for this socket, that is the buffer size used by the platform for input on the this Socket. |
static void |
DatagramSocketBufferControl.setReceiveBufferSize(DatagramSocket d,
int size)
Sets the SO_RCVBUF option to the specified value for this DatagramSocket. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |