Library: RemotingNG/TCP
Package: TCP
Header: Poco/RemotingNG/TCP/ChannelStream.h
The base class for ChannelInputStream and ChannelOutputStream.
Direct Base Classes: std::ios
All Base Classes: std::ios
Known Derived Classes: ChannelInputStream, ChannelOutputStream
Member Functions: close, rdbuf
ChannelIOS(
Connection::Ptr pConnection,
Poco::UInt32 frameType,
Poco::UInt32 channel,
Poco::Timespan timeout
);
ChannelIOS(
Connection::Ptr pConnection,
Poco::UInt32 frameType,
Poco::UInt32 channel,
Poco::UInt16 flags
);
~ChannelIOS();
void close();
ChannelStreamBuf * rdbuf();
ChannelStreamBuf _buf;