Back: Sockets.StreamSocket-stream protocol Up: Sockets package Forward: Sockets.TCPSocketImpl class-C constants   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

6.23 Sockets.TCPSocketImpl

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

Unless the application installs its own implementation, this is the default socket implementation that will be used for IPv4 stream sockets. It uses C call-outs to implement standard BSD style sockets of family AF_INET and type SOCK_STREAM.

6.23.1 Sockets.TCPSocketImpl class: C constants  (class)
6.23.2 Sockets.TCPSocketImpl: socket options  (instance)


6.23.1 Sockets.TCPSocketImpl class: C constants

ipprotoTcp
Not commented.

protocol
Not commented.

tcpNodelay
Not commented.


6.23.2 Sockets.TCPSocketImpl: socket options

valueWithoutBuffering: aBlock
Evaluate aBlock, ensuring that any data that it writes to the socket is sent immediately to the network.



Back: Sockets.TCPSocketImpl class-C constants Up: Sockets.TCPSocketImpl Forward: Sockets.UDPSocketImpl   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