Back: TCP.TCPSocketImpl-socket options Up: TCP package Forward: TCP.UDPSocketImpl class-C constants   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

6.18 TCP.UDPSocketImpl

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

6.18.1 TCP.UDPSocketImpl class: C constants  (class)
6.18.2 TCP.UDPSocketImpl class: implementation  (class)
6.18.3 TCP.UDPSocketImpl: multicasting  (instance)


6.18.1 TCP.UDPSocketImpl class: C constants

ipprotoIp
Not commented.

protocol
Not commented.


6.18.2 TCP.UDPSocketImpl class: implementation

addressClass
Answer the class that holds network addresses for UDP sockets, i.e. IPAddress.


6.18.3 TCP.UDPSocketImpl: 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

primJoinLeave: ipAddress option: opt
Private - Used to join or leave a multicast service.

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.UDPSocketImpl class-implementation Up: TCP.UDPSocketImpl Forward: TCP.WriteBuffer   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