Poco::RemotingNG::TCP

class ChannelOutputStream

File Information

Library: RemotingNG/TCP
Package: TCP
Header: Poco/RemotingNG/TCP/ChannelStream.h

Description

Stream for writing to a Connection channel.

Inheritance

Direct Base Classes: ChannelIOS, std::ostream

All Base Classes: ChannelIOS, std::ios, std::ostream

Member Summary

Inherited Functions: close, rdbuf

Constructors

ChannelOutputStream

ChannelOutputStream(
    Connection::Ptr pConnection,
    Poco::UInt32 frameType,
    Poco::UInt32 channel,
    Poco::UInt16 flags
);

Destructor

~ChannelOutputStream

~ChannelOutputStream();