Public Member Functions | |
SslByteStream (SSL *ssl) | |
bool | Read (void *buf, size_t n) |
bool | Write (const void *buf, size_t n) |
IncomingValueInterface * | ReadValue (size_t n) |
bool | WriteValue (const OutgoingValueInterface &value, int *err) |
Definition at line 55 of file byte_stream.h.