HydraExpress™ C++ 2019 |
HydraExpress™ C++ API Reference Guide |
Product Documentation: HydraExpress C++ Documentation Home |
Provides a connection for processing HTTPS formatted messages. Not intended for direct use. More...
#include <rwsf/transport/https/HttpsConnectorImp.h>
Additional Inherited Members | |
Public Member Functions inherited from rwsf::HttpConnectorImp | |
virtual void | init (const rwsf::Config &config, const rwsf::AgentContext &agent) |
virtual void | start () |
virtual void | stop () |
Public Member Functions inherited from rwsf::ConnectorImp | |
ConnectorImp () | |
rwsf::MessageInfoHandlerChain | getHandlerChain () const |
rwsf::Logger | getLogger () |
std::string | getName () const |
Related Functions inherited from rwsf::ConnectorImp | |
#define | RWSF_DEFINE_CONNECTOR(NAME) |
This class receives HTTPS messages and passes the messages to its associated handler chain.
The HTTPS connector is configured in the main Agent configuration file, rwagent.xml
, located in the <installdir>
\conf
directory. For information about the configuration parameters, see the User Guide.
Copyright © 2019 Rogue Wave Software, Inc. All Rights Reserved. |