class tcpsocket::BufferedSocket
This class provides a buffered interface to TCP socket operations.
Child Classes
This class provides a buffered interface to TCP socket operations. It allocates a application memory buffer to speed communications in both sending and receiving.
Note: Since communications are buffered, flushing the socket buffer is required for immediate data sends, in the case of synchronous communications.
The buffered socket has been implemented as a facade of the Socket class to allow the copy constructor and copy operators to receive a Socket, BufferedSocket, or SSLSocket.
Inheritance:
Public Methods
Inherited from Socket:
Public Methods
Protected Fields
Member Documentation
length
bytes.
length
bytes or
less if the socket is closed early.
length
bytes.
Table of Contents HTML hierarchy of classes or Java