ACE_INet
6.1.2
|
#include <HTTP_IOStream.h>
Public Types | |
typedef StreamPolicyBase < StreamBuffer > | policy_type |
Public Member Functions | |
StreamBuffer (std::iostream &stream, policy_type *policy=0) | |
virtual | ~StreamBuffer () |
virtual int | sync () |
Protected Types | |
enum | { BUFFER_SIZE = 4096 } |
Protected Member Functions | |
virtual int | read_from_stream (char *buffer, std::streamsize length) |
virtual int | write_to_stream (const char *buffer, std::streamsize length) |
virtual int | read_from_stream_i (char *buffer, std::streamsize length) |
virtual int | write_to_stream_i (const char *buffer, std::streamsize length) |
Private Attributes | |
std::iostream & | stream_ |
policy_type * | policy_ |
Friends | |
class | StreamPolicyBase< StreamBuffer > |
ACE::HTTP::StreamBuffer::StreamBuffer | ( | std::iostream & | stream, |
StreamBuffer::policy_type * | policy = 0 |
||
) |
|
virtual |
|
protectedvirtual |
|
protectedvirtual |
|
virtual |
Reimplemented from ACE::IOS::BasicBufferedStreamBuffer< ACE_CHAR_T, TR >.
|
protectedvirtual |
|
protectedvirtual |
|
friend |
|
private |