Back: Sockets.MulticastSocket-instance creation Up: Sockets package Forward: Sockets.MulticastSocketImpl-multicasting   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

6.14 Sockets.MulticastSocketImpl

Defined in namespace Sockets
Superclass: Sockets.DatagramSocketImpl
Category: Sockets-Protocols

This abstract class serves as the parent class for datagram socket implementations that support multicast.

6.14.1 Sockets.MulticastSocketImpl: multicasting  (instance)


6.14.1 Sockets.MulticastSocketImpl: multicasting

ipMulticastIf
Answer the local device for a multicast socket (in the form of an address)

ipMulticastIf: interface
Set the local device for a multicast socket (in the form of an address, usually anyLocalAddress)

join: ipAddress
Join the multicast socket at the given address

leave: ipAddress
Leave the multicast socket at the given address

timeToLive
Answer the time to live of the datagrams sent through the receiver to a multicast socket.

timeToLive: ttl
Set the time to live of the datagrams sent through the receiver to a multicast socket.



Back: Sockets.MulticastSocketImpl Up: Sockets.MulticastSocketImpl Forward: Sockets.OOBSocketImpl   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on April, 16 2013 using texi2html