#include <rpcprotocol.h>
|
| SSLIOStreamDevice (boost::asio::ssl::stream< typename Protocol::socket > &streamIn, bool fUseSSLIn) |
|
void | handshake (boost::asio::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) |
|
template<typename Protocol>
class SSLIOStreamDevice< Protocol >
Definition at line 79 of file rpcprotocol.h.
template<typename Protocol>
template<typename Protocol>
bool SSLIOStreamDevice< Protocol >::connect |
( |
const std::string & |
server, |
|
|
const std::string & |
port |
|
) |
| |
|
inline |
template<typename Protocol>
void SSLIOStreamDevice< Protocol >::handshake |
( |
boost::asio::ssl::stream_base::handshake_type |
role | ) |
|
|
inline |
template<typename Protocol>
template<typename Protocol>
std::streamsize SSLIOStreamDevice< Protocol >::write |
( |
const char * |
s, |
|
|
std::streamsize |
n |
|
) |
| |
|
inline |
template<typename Protocol>
template<typename Protocol>
template<typename Protocol>
boost::asio::ssl::stream<typename Protocol::socket>& SSLIOStreamDevice< Protocol >::stream |
|
private |
The documentation for this class was generated from the following file: