join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
UnixStreamSocket Class Reference

Class used to test the unix stream socket API. More...

Inheritance diagram for UnixStreamSocket:
Collaboration diagram for UnixStreamSocket:

Protected Member Functions

void SetUp () override
 Sets up the test fixture.
 
void TearDown () override
 Tears down the test fixture.
 
virtual void onReceive () override
 method called when data are ready to be read on handle.
 

Static Protected Attributes

static const std::string _serverpath = "/tmp/unixserver_test.sock"
 path.
 
static const std::string _clientpath = "/tmp/unixclient_test.sock"
 
static const int _timeout = 1000
 timeout.
 

Detailed Description

Class used to test the unix stream socket API.

Member Function Documentation

◆ onReceive()

virtual void UnixStreamSocket::onReceive ( )
inlineoverrideprotectedvirtual

method called when data are ready to be read on handle.

◆ SetUp()

void UnixStreamSocket::SetUp ( )
inlineoverrideprotected

Sets up the test fixture.

◆ TearDown()

void UnixStreamSocket::TearDown ( )
inlineoverrideprotected

Tears down the test fixture.

Member Data Documentation

◆ _clientpath

const std::string UnixStreamSocket::_clientpath = "/tmp/unixclient_test.sock"
staticprotected

◆ _serverpath

const std::string UnixStreamSocket::_serverpath = "/tmp/unixserver_test.sock"
staticprotected

path.

◆ _timeout

const int UnixStreamSocket::_timeout = 1000
staticprotected

timeout.


The documentation for this class was generated from the following file: