Brief description of class still missing. More...
#include <NetClient.h>
Public Member Functions | |
NetBuffer * | buffer () const |
NetClient (int fileDescriptor, const Address &peer) |
Brief description of class still missing.
Full description of class still missing
NetClient::NetClient | ( | int | fileDescriptor, |
const Address & | peer | ||
) |
Description of constructor still missing
References GpCoreTools::TcpClientStream::setBuffer(), and TRACE.
: TcpClientStream(fileDescriptor, peer) { TRACE; setBuffer(new NetBuffer(fileDescriptor)); }
NetBuffer* NetClient::buffer | ( | ) | const [inline] |
Reimplemented from GpCoreTools::TcpClientStream.
{return static_cast<NetBuffer *>(TcpClientStream::buffer());}