#include "SSL_Context.h"
#include "SSL_Asynch_BIO.h"
#include "ace/Asynch_IO_Impl.h"
#include "ace/Message_Block.h"
#include "ace/Synch_Traits.h"
#include "ace/Thread_Mutex.h"
#include "ace/WIN32_Asynch_IO.h"
Include dependency graph for SSL_Asynch_Stream.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ACE_SSL_Asynch_Read_Stream_Result |
class | ACE_SSL_Asynch_Write_Stream_Result |
class | ACE_SSL_Asynch_Result |
class | ACE_SSL_Asynch_Stream |
This class is a factory for initiating asynchronous reads and writes on an SSL stream. More... | |
Defines | |
#define | ERR_CANCELED ERROR_OPERATION_ABORTED |
Typedefs | |
typedef ACE_WIN32_Asynch_Result | A_RESULT |
typedef ACE_WIN32_Asynch_Read_Stream_Result | ARS_RESULT |
typedef ACE_WIN32_Asynch_Write_Stream_Result | AWS_RESULT |
Variables | |
ACE_BEGIN_VERSIONED_NAMESPACE_DECL class | ACE_SSL_Asynch_Stream |
Definition in file SSL_Asynch_Stream.h.
|
Definition at line 50 of file SSL_Asynch_Stream.h. Referenced by ACE_SSL_Asynch_Stream::cancel(), ACE_SSL_Asynch_Stream::do_SSL_read(), ACE_SSL_Asynch_Stream::do_SSL_shutdown(), and ACE_SSL_Asynch_Stream::do_SSL_write(). |
|
Definition at line 46 of file SSL_Asynch_Stream.h. Referenced by ACE_SSL_Asynch_Result::ACE_SSL_Asynch_Result(). |
|
Definition at line 47 of file SSL_Asynch_Stream.h. |
|
Definition at line 48 of file SSL_Asynch_Stream.h. |
|
Definition at line 65 of file SSL_Asynch_Stream.h. |