Next: , Previous: , Up: Sockets.AbstractSocket   [Index]


6.1.2 Sockets.AbstractSocket class: instance creation

new

This method should not be called for instances of this class.

new: implementation

Answer a new instance of the receiver, using as the underlying layer the object passed as the ‘implementation’ parameter; the object is probably going to be some kind of AbstractSocketImpl.

new: implClass addressClass: addressClass

Answer a new instance of the receiver, using as the underlying layer a new instance of ‘implementationClass’ and using the protocol family of ‘addressClass’.