Home
last modified time | relevance | path

Searched refs:WebsocketInterceptor (Results 1 – 3 of 3) sorted by relevance

/dports/devel/aws-crt-cpp/aws-crt-cpp-0.17.2/include/aws/crt/mqtt/
H A DMqttClient.h267 OnWebSocketHandshakeIntercept WebsocketInterceptor; variable
/dports/devel/aws-crt-cpp/aws-crt-cpp-0.17.2/source/mqtt/
H A DMqttClient.cpp260 connection->WebsocketInterceptor(request, onInterceptComplete); in s_onWebsocketHandshake()
376 if (WebsocketInterceptor) in Connect()
/dports/devel/aws-crt-cpp/aws-crt-cpp-0.17.2/source/iot/
H A DMqttClient.cpp410 newConnection->WebsocketInterceptor = config.m_webSocketInterceptor; in NewConnection()