Poco::Remoting::Binary

class BinaryServerConnectionFactory

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

Description

A factory for BinaryServerConnection.

Inheritance

Direct Base Classes: Poco::Net::TCPServerConnectionFactory

All Base Classes: Poco::Net::TCPServerConnectionFactory

Member Summary

Member Functions: createConnection

Inherited Functions: createConnection

Constructors

BinaryServerConnectionFactory

BinaryServerConnectionFactory(
    Listener * pListener
);

Creates the BinaryServerConnectionFactory

Destructor

~BinaryServerConnectionFactory virtual

~BinaryServerConnectionFactory();

Destroys the BinaryServerConnectionFactory.

Member Functions

createConnection

Poco::Net::TCPServerConnection * createConnection(
    const Poco::Net::StreamSocket & socket
);

Creates a connection for the given socket