14 #ifndef CHUNKEDSTREAM_H
15 #define CHUNKEDSTREAM_H
35 class IChunkedStream :
public ISocketStream {
37 INLINE IChunkedStream();
38 INLINE IChunkedStream(BioStreamPtr *source, HTTPChannel *doc);
40 INLINE IChunkedStream &open(BioStreamPtr *source, HTTPChannel *doc);
41 virtual ~IChunkedStream();
43 virtual bool is_closed();
45 virtual ReadState get_read_state();
48 ChunkedStreamBuf _buf;
53 #endif // HAVE_OPENSSL