MulticastSocket.MulticastSocket

MulticastSocket.MulticastSocket

Class Overview | Class Members | This Package | All Packages

Syntax 1
public MulticastSocket() throws IOException
Description
Create a multicast socket.



Syntax 2
public MulticastSocket( int port ) throws IOException
Parameters
local
port to use
Description
Create a multicast socket and bind it to a specific port.