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

6.9 TCP.MulticastSocketImpl

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

6.9.1 TCP.MulticastSocketImpl: multicasting  (instance)


6.9.1 TCP.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: TCP.MulticastSocketImpl Up: TCP.MulticastSocketImpl Forward: TCP.OOBSocketImpl   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on May, 22 2008 using texi2html