#include <SSLSock_IOStream.h>
Public Types | |
typedef StreamHandler < ACE_SSL_SOCK_Stream, ACE_SYNCH_USE > | stream_type |
Public Member Functions | |
SSLSock_StreamBufferBase (stream_type *stream) | |
virtual | ~SSLSock_StreamBufferBase () |
Private Types | |
enum | { BUFFER_SIZE = 1024 } |
Definition at line 40 of file SSLSock_IOStream.h.
typedef StreamHandler<ACE_SSL_SOCK_Stream, ACE_SYNCH_USE> ACE::IOS::SSLSock_StreamBufferBase< ACE_SYNCH_DECL >::stream_type |
Definition at line 44 of file SSLSock_IOStream.h.
anonymous enum [private] |
ACE::IOS::SSLSock_StreamBufferBase< ACE_SYNCH_DECL >::SSLSock_StreamBufferBase | ( | stream_type * | stream | ) |
Definition at line 17 of file SSLSock_IOStream.cpp.
: BidirStreamBuffer<StreamHandler<ACE_SSL_SOCK_Stream, ACE_SYNCH_USE> > ( stream, BUFFER_SIZE, std::ios::in | std::ios::out) { }
ACE::IOS::SSLSock_StreamBufferBase< ACE_SYNCH_DECL >::~SSLSock_StreamBufferBase | ( | ) | [virtual] |
Definition at line 26 of file SSLSock_IOStream.cpp.
{ }