#include "TlsLegacySocketContext.h"#include "core/SNodeC.h"#include "log/Logger.h"#include "net/in/stream/tls/SocketClient.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 12 of file tlslegacyclient.cpp.
References core::socket::stream::SocketClient< SocketConnectorT, SocketContextFactoryT, Args >::connect(), core::socket::State::ERROR, logger::ERROR, core::socket::Socket< ConfigT >::getConfig(), net::config::ConfigInstance::getInstanceName(), core::SNodeC::init(), logger::LogMessage::LogMessage(), core::socket::State::OK, core::socket::State::operator==(), net::config::ConfigTls::setCaCert(), net::config::ConfigTls::setCaCertAcceptUnknown(), net::config::ConfigTls::setCert(), net::config::ConfigTls::setCertKey(), net::config::ConfigTls::setCertKeyPassword(), net::config::ConfigTls::setNoCloseNotifyIsEOF(), core::SNodeC::start(), net::in::SocketAddress::toString(), and core::socket::State::what().