|
ImagingTools Core SDK
|
#include <ITransport.h>
Inherits istd::IPolymorphic.
Inherited by imtclientgql::CWebSocketClientComp [virtual], imtrest::CHttpSender [virtual], imtrest::CSocketThread [virtual], imtrest::CTcpSender [virtual], imtrest::CUdpSender [virtual], and imtrest::CWebSocketSender [virtual].
Public Member Functions | |
| virtual bool | SendResponse (ConstResponsePtr &response) const =0 |
| virtual bool | SendRequest (ConstRequestPtr &request) const =0 |
| Send a request to the client. | |
Interface describing the transport layer for sending responses and requests to the client.
Definition at line 17 of file ITransport.h.
|
pure virtual |
Send a request to the client.
The transfer should be realized over the socket instance provided by the request object.
|
pure virtual |
Send a response to the client. The transfer should be realized over the socket instance provided by the response object.