ICP  1
Public Member Functions | Private Attributes | List of all members
TCPEventStreamConnectionFactory Class Reference

A factory for TimeServerConnection. More...

#include <TCPEventStreamer.h>

Inheritance diagram for TCPEventStreamConnectionFactory:
Inheritance graph

Public Member Functions

 TCPEventStreamConnectionFactory (EventStore &es, const CRPTProxy &crpt)
 
Poco::Net::TCPServerConnection * createConnection (const Poco::Net::StreamSocket &socket)
 

Private Attributes

EventStorem_es
 
const CRPTProxym_crpt
 

Detailed Description

A factory for TimeServerConnection.

Definition at line 70 of file TCPEventStreamer.h.

Constructor & Destructor Documentation

TCPEventStreamConnectionFactory::TCPEventStreamConnectionFactory ( EventStore es,
const CRPTProxy crpt 
)
inline

Definition at line 76 of file TCPEventStreamer.h.

Member Function Documentation

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

Definition at line 80 of file TCPEventStreamer.h.

References m_crpt, and m_es.

Member Data Documentation

const CRPTProxy& TCPEventStreamConnectionFactory::m_crpt
private

Definition at line 74 of file TCPEventStreamer.h.

Referenced by createConnection().

EventStore& TCPEventStreamConnectionFactory::m_es
private

Definition at line 73 of file TCPEventStreamer.h.

Referenced by createConnection().


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