Poco::Remoting::Binary

class BinaryServerConnection

Library: Remoting/Binary
Package: Binary
Header: Poco/Remoting/Binary/BinaryServerConnection.h

Description

A BinaryServerConnection manages connection setup/teardown and message exchange between Binary peers.

Inheritance

Direct Base Classes: Poco::Net::TCPServerConnection

All Base Classes: Poco::Net::TCPServerConnection, Poco::Runnable

Member Summary

Member Functions: run

Inherited Functions: run, socket, start

Constructors

BinaryServerConnection

BinaryServerConnection(
    const Poco::Net::StreamSocket & s,
    Listener * pListener
);

Creates the BinaryServerConnection.

Destructor

~BinaryServerConnection virtual

~BinaryServerConnection();

Destroys the BinaryServerConnection.

Member Functions

run virtual

void run();

See also: Poco::Runnable::run()