Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Private Attributes | List of all members
SSLIOStreamDevice< Protocol > Class Template Reference
Inheritance diagram for SSLIOStreamDevice< Protocol >:
Inheritance graph
[legend]
Collaboration diagram for SSLIOStreamDevice< Protocol >:
Collaboration graph
[legend]

Public Member Functions

 SSLIOStreamDevice (asio::ssl::stream< typename Protocol::socket > &streamIn, bool fUseSSLIn)
 
void handshake (ssl::stream_base::handshake_type role)
 
std::streamsize read (char *s, std::streamsize n)
 
std::streamsize write (const char *s, std::streamsize n)
 
bool connect (const std::string &server, const std::string &port)
 

Private Attributes

bool fNeedHandshake
 
bool fUseSSL
 
asio::ssl::stream< typename
Protocol::socket > & 
stream
 

Detailed Description

template<typename Protocol>
class SSLIOStreamDevice< Protocol >

Definition at line 570 of file bitcoinrpc.cpp.

Constructor & Destructor Documentation

template<typename Protocol>
SSLIOStreamDevice< Protocol >::SSLIOStreamDevice ( asio::ssl::stream< typename Protocol::socket > &  streamIn,
bool  fUseSSLIn 
)
inline

Definition at line 572 of file bitcoinrpc.cpp.

Member Function Documentation

template<typename Protocol>
bool SSLIOStreamDevice< Protocol >::connect ( const std::string &  server,
const std::string &  port 
)
inline

Definition at line 596 of file bitcoinrpc.cpp.

template<typename Protocol>
void SSLIOStreamDevice< Protocol >::handshake ( ssl::stream_base::handshake_type  role)
inline

Definition at line 578 of file bitcoinrpc.cpp.

template<typename Protocol>
std::streamsize SSLIOStreamDevice< Protocol >::read ( char *  s,
std::streamsize  n 
)
inline

Definition at line 584 of file bitcoinrpc.cpp.

template<typename Protocol>
std::streamsize SSLIOStreamDevice< Protocol >::write ( const char *  s,
std::streamsize  n 
)
inline

Definition at line 590 of file bitcoinrpc.cpp.

Member Data Documentation

template<typename Protocol>
bool SSLIOStreamDevice< Protocol >::fNeedHandshake
private

Definition at line 614 of file bitcoinrpc.cpp.

template<typename Protocol>
bool SSLIOStreamDevice< Protocol >::fUseSSL
private

Definition at line 615 of file bitcoinrpc.cpp.

template<typename Protocol>
asio::ssl::stream<typename Protocol::socket>& SSLIOStreamDevice< Protocol >::stream
private

Definition at line 616 of file bitcoinrpc.cpp.


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