12 #include <Poco/Runnable.h>
13 #include <Poco/Net/StreamSocket.h>
29 _pBuffer(new char[BUFFER_SIZE]),
57 Poco::Net::StreamSocket _socket;
68 int try_send_remote(Poco::Net::StreamSocket ss);
69 int try_read_remote(Poco::Net::StreamSocket ss);
70 int run_once(Poco::Net::StreamSocket ss);
Definition: ChannelHandler.h:16
ChannelHandler(Poco::Net::StreamSocket &socket, FaspConnectionChannel &channel)
Definition: ChannelHandler.h:25
Definition: FaspConnectionChannel.h:33
~ChannelHandler()
Definition: ChannelHandler.h:33