Interface MulticastSocket

extends Socket implements Socket

Interface summary


multicast-loopback -> bool
multicast-loopback= value/bool -> any
multicast-ttl -> int
multicast-ttl= value/int -> any
reuse-address -> bool
reuse-address= value/bool -> any
reuse-port -> bool
reuse-port= value/bool -> any
multicast-add-membership address/IpAddress -> any
Joins the multicast group identified by address.
multicast-leave-membership address/IpAddress -> any
Leaves the multicast group identified by address.
multicast-interface -> IpAddress
multicast-interface= address/IpAddress -> any
local-address -> SocketAddress
receive -> Datagram
send datagram/Datagram -> none
connect address/SocketAddress -> none
read -> ByteArray
write data/Data from/int= to/int= -> int
close -> none
mtu -> int
broadcast -> bool
broadcast= value/bool -> any

Methods

broadcast= value/bool -> any

close -> none

connect address/SocketAddress -> none

mtu -> int

Joins the multicast group identified by address.
After this call, the socket will receive messages sent to the given multicast group.

Leaves the multicast group identified by address.
After this call, the socket will no longer receive messages sent to the given multicast group.

multicast-ttl= value/int -> any

reuse-address= value/bool -> any

reuse-port= value/bool -> any

send datagram/Datagram -> none

write data/Data from/int=0 to/int=data.byte-size -> int