ACE_INet  7.0.0
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

◆ char_type

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

Constructor & Destructor Documentation

◆ StreamPolicyBase()

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

◆ ~StreamPolicyBase()

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

Member Function Documentation

◆ read_from_stream()

template<class STREAM_BUFFER >
virtual int ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::read_from_stream ( char_type buffer,
std::streamsize  length 
)
pure virtual

◆ read_from_stream_i()

template<class STREAM_BUFFER >
int ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::read_from_stream_i ( char_type buffer,
std::streamsize  length 
)
protected

◆ set_stream_buffer()

template<class STREAM_BUFFER >
void ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::set_stream_buffer ( STREAM_BUFFER *  streambuf)

◆ write_to_stream()

template<class STREAM_BUFFER >
virtual int ACE::HTTP::StreamPolicyBase< STREAM_BUFFER >::write_to_stream ( const char_type buffer,
std::streamsize  length 
)
pure virtual

◆ write_to_stream_i()

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

◆ streambuf_

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

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