ACE_INet  6.3.3
Public Types | Public Member Functions | Protected Member Functions | Private Attributes | List of all members
ACE::HTTP::StreamPolicyBase< STREAM_BUFFER > Class Template Referenceabstract

#include <HTTP_StreamPolicyBase.h>

Inheritance diagram for ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >:
Inheritance graph
[legend]

Public Types

typedef STREAM_BUFFER::char_type char_type
 

Public Member Functions

 StreamPolicyBase ()
 
virtual ~StreamPolicyBase ()
 
virtual int read_from_stream (char_type *buffer, std::streamsize length)=0
 
virtual int write_to_stream (const char_type *buffer, std::streamsize length)=0
 
void set_stream_buffer (STREAM_BUFFER *streambuf)
 

Protected Member Functions

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

STREAM_BUFFER * streambuf_
 

Member Typedef Documentation

template<class STREAM_BUFFER >
typedef STREAM_BUFFER::char_type ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::char_type

Constructor & Destructor Documentation

template<class STREAM_BUFFER >
ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::StreamPolicyBase ( )
template<class STREAM_BUFFER >
ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::~StreamPolicyBase ( )
virtual

Member Function Documentation

template<class STREAM_BUFFER >
virtual int ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::read_from_stream ( char_type buffer,
std::streamsize  length 
)
pure virtual
template<class STREAM_BUFFER >
int ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::read_from_stream_i ( char_type buffer,
std::streamsize  length 
)
protected
template<class STREAM_BUFFER >
void ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::set_stream_buffer ( STREAM_BUFFER *  streambuf)
template<class STREAM_BUFFER >
virtual int ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::write_to_stream ( const char_type buffer,
std::streamsize  length 
)
pure virtual
template<class STREAM_BUFFER >
int ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::write_to_stream_i ( const char_type buffer,
std::streamsize  length 
)
protected

Member Data Documentation

template<class STREAM_BUFFER >
STREAM_BUFFER* ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::streambuf_
private

The documentation for this class was generated from the following files: