ACE_INet
6.0.7
|
#include <HTTP_StreamPolicy.h>
Public Types | |
typedef STREAM_BUFFER::char_type | char_type |
typedef ACE::IOS::String_OStreamBase < char_type > | buffer_type |
Public Member Functions | |
ChunkedTransferStreamPolicyBase () | |
virtual | ~ChunkedTransferStreamPolicyBase () |
Protected Member Functions | |
virtual int | read_from_stream (char_type *buffer, std::streamsize length) |
virtual int | write_to_stream (const char_type *buffer, std::streamsize length) |
int | getc () |
Private Attributes | |
std::streamsize | chunk_cnt_ |
buffer_type | chunk_ |
typedef ACE::IOS::String_OStreamBase<char_type> ACE::HTTP::ChunkedTransferStreamPolicyBase::buffer_type |
typedef STREAM_BUFFER::char_type ACE::HTTP::ChunkedTransferStreamPolicyBase::char_type |
Reimplemented from ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >.
ACE::HTTP::ChunkedTransferStreamPolicyBase::ChunkedTransferStreamPolicyBase | ( | ) |
ACE::HTTP::ChunkedTransferStreamPolicyBase::~ChunkedTransferStreamPolicyBase | ( | ) | [virtual] |
int ACE::HTTP::ChunkedTransferStreamPolicyBase::getc | ( | ) | [protected] |
int ACE::HTTP::ChunkedTransferStreamPolicyBase::read_from_stream | ( | char_type * | buffer, |
std::streamsize | length | ||
) | [protected, virtual] |
Implements ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >.
int ACE::HTTP::ChunkedTransferStreamPolicyBase::write_to_stream | ( | const char_type * | buffer, |
std::streamsize | length | ||
) | [protected, virtual] |
Implements ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >.
std::streamsize ACE::HTTP::ChunkedTransferStreamPolicyBase::chunk_cnt_ [private] |