Home
last modified time | relevance | path

Searched refs:protocols (Results 1 - 2 of 2) sorted by relevance

/ide/tools/previewer/util/
H A DWebSocketServer.cpp30 protocols[0] = {"ws", WebSocketServer::ProtocolCallback, 0, MAX_PAYLOAD_SIZE}; in WebSocketServer()
31 protocols[1] = {NULL, NULL, 0, 0}; in WebSocketServer()
102 contextInfo.protocols = protocols; in StartWebsocketListening()
H A DWebSocketServer.h52 struct lws_protocols protocols[2]; member in WebSocketServer::WebSocketState

Completed in 1 milliseconds