The Micro C++ Library
micxx::traits::BiDiConnection Class Reference

The BiDiConnection class defines a combination of a Receiver and a Sender class. More...

#include <micxx/traits/BiDiConnection.hxx>

Inherits micxx::traits::Receiver, and micxx::traits::Sender.

Inherited by micxx::SSLProtocol, and micxx::StreamSocket.

List of all members.

Public Member Functions

virtual void close (ClosingMode closingMode=BiDirectional)=0
 Close this connection and release underlying system resources In supporting bidirectional connections how may specify which directions shall be closed.

Detailed Description

The BiDiConnection class defines a combination of a Receiver and a Sender class.

Author:
Norbert Klose
Date:
November, 2011

Member Function Documentation

virtual void micxx::traits::BiDiConnection::close ( ClosingMode  closingMode = BiDirectional) [pure virtual]

Close this connection and release underlying system resources In supporting bidirectional connections how may specify which directions shall be closed.

Parameters:
closingModeIf UniDirectional, then only the sending side to the remote connection is closed. If BiDirectional, then close waits until the remote side has closed its sending side as well.

Implements micxx::traits::Connection.

Implemented in micxx::SSLClientSocket, micxx::SSLProtocol, and micxx::StreamSocket.


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