Connection validation message handler.
More...
#include <server/pv/responseHandlers.h>
Connection validation message handler.
Definition at line 56 of file responseHandlers.h.
◆ const_shared_pointer
| std::tr1::shared_ptr<const ResponseHandler> epics::pvAccess::ResponseHandler::const_shared_pointer |
|
inherited |
◆ const_weak_pointer
| std::tr1::weak_ptr<const ResponseHandler> epics::pvAccess::ResponseHandler::const_weak_pointer |
|
inherited |
◆ shared_pointer
| std::tr1::shared_ptr<ResponseHandler> epics::pvAccess::ResponseHandler::shared_pointer |
|
inherited |
◆ weak_pointer
| std::tr1::weak_ptr<ResponseHandler> epics::pvAccess::ResponseHandler::weak_pointer |
|
inherited |
◆ ServerConnectionValidationHandler()
| epics::pvAccess::ServerConnectionValidationHandler::ServerConnectionValidationHandler |
( |
ServerContextImpl::shared_pointer const & | context | ) |
|
|
inline |
◆ ~ServerConnectionValidationHandler()
| virtual epics::pvAccess::ServerConnectionValidationHandler::~ServerConnectionValidationHandler |
( |
| ) |
|
|
inlinevirtual |
◆ handleResponse()
Handle response.
- Parameters
-
| [in] | responseFrom | remote address of the responder, 0 if unknown. |
| [in] | transport | response source transport. |
| [in] | version | message version. |
| [in] | payloadSize | size of this message data available in the payloadBuffer. |
| [in] | payloadBuffer | message payload data. Note that this might not be the only message in the buffer. Code must not manipulate buffer. |
Reimplemented from epics::pvAccess::ResponseHandler.
◆ _context
| ServerContextImpl::shared_pointer epics::pvAccess::AbstractServerResponseHandler::_context |
|
protectedinherited |
◆ _debugLevel
◆ _description
| std::string epics::pvAccess::ResponseHandler::_description |
|
protectedinherited |
Response hanlder description.
Definition at line 341 of file remote.h.
◆ num_instances
| size_t epics::pvAccess::ResponseHandler::num_instances |
|
staticinherited |
The documentation for this class was generated from the following file: