File Information
Library: RemotingNG/TCP
Package: TCP
Header: Poco/RemotingNG/TCP/ChannelStream.h
Description
Stream for reading from a Connection channel.
Inheritance
Direct Base Classes: ChannelIOS, std::istream
All Base Classes: ChannelIOS, std::ios, std::istream
Member Summary
Constructors
ChannelInputStream
ChannelInputStream(
Connection::Ptr pConnection,
Poco::UInt32 frameType,
Poco::UInt32 channel,
Poco::Timespan timeout
);