Index - All Packages - All Categories - All Classes

Class IPRendezvousListener

An IPRendezvousListener binds to a known rendezvous socket address.
Its handleInput method accepts connection on this socket and sets up a FEBE connection
on the spawned socket, including a IPConnectionListener.

Package: Udanax-Gold
All Superclasses: Object Heaper ServerChunk FDListener
Protocols: Object
Categories: Xanadu-rcmain

Class Methods

make: anAddress



Instance Methods

create: anAddress


createRcvr: receiver


execute

A client is trying to connect to the rendezvous socket.
Accept the connection and spawn an IPconnectionListener for them.
NOTE: in smalltalk (only) it is not guarnteed that there is anyone there.
so we do a non blocking operation and return quietly if there isn't

Overrides: FDListener

restartIPRendezvous: rcvr


sendSelfTo: xmtr


shouldBeReady



Overrides: FDListener


Index - All Packages - All Categories - All Classes