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

6.8 TCP.MulticastSocket

Defined in namespace TCP
Superclass: TCP.DatagramSocket
Category: Sockets-Streams

6.8.1 TCP.MulticastSocket: instance creation  (instance)


6.8.1 TCP.MulticastSocket: instance creation

interface
Answer the local device supporting the multicast socket. This is usually set to any local address.

interface: ipAddress
Set the local device supporting the multicast socket. This is usually set to any local address.

join: ipAddress
Join the multicast socket at the given IP address

leave: ipAddress
Leave the multicast socket at the given IP address

nextPut: packet timeToLive: timeToLive
Send the datagram with a specific TTL (time-to-live)

timeToLive
Answer the socket's datagrams' default time-to-live

timeToLive: newTTL
Set the default time-to-live for the socket's datagrams



Back: TCP.MulticastSocket Up: TCP.MulticastSocket Forward: TCP.MulticastSocketImpl   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