Back: Sockets.SocketAddress-testing Up: Sockets package Forward: Sockets.SocketImpl class-parameters   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

6.21 Sockets.SocketImpl

Defined in namespace Sockets
Superclass: Sockets.AbstractSocketImpl
Category: Sockets-Protocols

This abstract class serves as the parent class for stream socket implementations.

6.21.1 Sockets.SocketImpl class: parameters  (class)
6.21.2 Sockets.SocketImpl: abstract  (instance)
6.21.3 Sockets.SocketImpl: socket operations  (instance)


6.21.1 Sockets.SocketImpl class: parameters

socketType
Answer the socket type parameter for `create'.


6.21.2 Sockets.SocketImpl: abstract

outOfBandImplClass
Return an implementation class to be used for out-of-band data on the receiver.


6.21.3 Sockets.SocketImpl: socket operations

connectTo: ipAddress port: port
Try to connect the socket represented by the receiver to the given remote machine.

getPeerName
Retrieve a ByteArray containing a sockaddr_in struct for the remote endpoint of the socket.



Back: Sockets.SocketImpl-abstract Up: Sockets.SocketImpl Forward: Sockets.StreamSocket   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on February, 22 2012 using texi2html