5 #include <libutl/BufferedStream.h> 6 #include <libutl/SSLsocket.h> 43 pget()->open(hostAddr, port);
62 return utl::cast<SSLsocket>(_stream);
69 return utl::cast<SSLsocket>(_stream);
void deInit()
De-initialize UTL++.
#define UTL_CLASS_DECL(DC, BC)
Declaration of standard UTL++ functionality for a non-template class.
unsigned short uint16_t
Unsigned 16-bit integer.
Buffered SSL socket stream.
void init()
Initialize UTL++.
#define ASSERTD
Do an assertion in DEBUG mode only.