ACE_INet
6.2.0
|
#include <HTTP_StreamPolicy.h>
Public Types | |
typedef STREAM_BUFFER::char_type | char_type |
typedef ACE::IOS::String_OStreamBase < char_type > | buffer_type |
Public Types inherited from ACE::HTTP::StreamPolicyBase< STREAM_BUFFER > | |
typedef STREAM_BUFFER::char_type | char_type |
Public Member Functions | |
ChunkedTransferStreamPolicyBase () | |
virtual | ~ChunkedTransferStreamPolicyBase () |
Public Member Functions inherited from ACE::HTTP::StreamPolicyBase< STREAM_BUFFER > | |
StreamPolicyBase () | |
virtual | ~StreamPolicyBase () |
void | set_stream_buffer (STREAM_BUFFER *streambuf) |
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 () |
Protected Member Functions inherited from ACE::HTTP::StreamPolicyBase< STREAM_BUFFER > | |
int | read_from_stream_i (char_type *buffer, std::streamsize length) |
int | write_to_stream_i (const char_type *buffer, std::streamsize length) |
Private Attributes | |
std::streamsize | chunk_cnt_ |
buffer_type | chunk_ |
typedef ACE::IOS::String_OStreamBase<char_type> ACE::HTTP::ChunkedTransferStreamPolicyBase< STREAM_BUFFER >::buffer_type |
typedef STREAM_BUFFER::char_type ACE::HTTP::ChunkedTransferStreamPolicyBase< STREAM_BUFFER >::char_type |
ACE::HTTP::ChunkedTransferStreamPolicyBase< STREAM_BUFFER >::ChunkedTransferStreamPolicyBase | ( | ) |
|
virtual |
|
protected |
|
protectedvirtual |
Implements ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >.
|
protectedvirtual |
Implements ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >.
|
private |
|
private |