HydraExpress™ C++ 2019 |
HydraExpress™ C++ API Reference Guide |
Product Documentation: HydraExpress C++ Documentation Home |
Receives and parses HTTPS messages. Not intended for direct use. More...
#include <rwsf/webservice/transport/https/HttpsTransport.h>
Protected Member Functions | |
virtual TransportImp * | clone () const |
virtual void | doConnect () |
virtual bool | isConnected () const |
Protected Member Functions inherited from rwsf::HttpTransport | |
virtual void | doDisconnect () |
virtual void | doInit (const rwsf::Config &initParams) |
virtual void | doSetProperty (const std::string &key, const std::string &value) |
Additional Inherited Members | |
Public Member Functions inherited from rwsf::HttpTransport | |
virtual void | doInvoke (rwsf::CallInfo &callInfo) |
Public Member Functions inherited from rwsf::TransportImp | |
TransportImp () | |
virtual | ~TransportImp () |
void | invoke (rwsf::CallInfo &callInfo) |
void | log (const std::string &message, rwsf::CallInfo::LogLevel l=rwsf::CallInfo::Info) |
void | log (rwsf::CallInfo &callInfo, rwsf::CallInfo::LogLevel loglevel=rwsf::CallInfo::Info) |
Public Member Functions inherited from rwsf::MessageHandlerImp | |
MessageHandlerImp () | |
virtual | ~MessageHandlerImp () |
virtual void | destroy () |
virtual void | init (const rwsf::Config &initParams) |
Protected Attributes inherited from rwsf::TransportImp | |
rwsf::Config | initParams_ |
Related Functions inherited from rwsf::TransportImp | |
#define | RWSF_DEFINE_RWSF_TRANSPORT(NAME) |
Related Functions inherited from rwsf::MessageHandlerImp | |
#define | RWSF_DEFINE_MESSAGE_HANDLER(NAME) |
#define | RWSF_DEFINE_STATIC_MESSAGE_HANDLER(ID, NAME) |
This class receives and parses HTTPS messages. It is responsible for extracting metadata and the message payload, and passing the information to the web service processor.
|
protectedvirtual |
Derived classes should return a new instance of self. (for example, new rwsf::HttpTransport(*this);)
.
Reimplemented from rwsf::HttpTransport.
|
protectedvirtual |
Derived classes must implement this method to verify that there is a connection. If there is no connection, this method creates one.
Reimplemented from rwsf::HttpTransport.
|
protectedvirtual |
Derived classes must implement this method to indicate whether the transport is connected or not. Returns true
if connected, false
otherwise.
Reimplemented from rwsf::HttpTransport.
Copyright © 2019 Rogue Wave Software, Inc. All Rights Reserved. |