Searched refs:TSocket (Results 1 – 6 of 6) sorted by relevance
| /modules/thrift/src/thrift/transport/ |
| A D | TServerSocket.h | 31 class TSocket; variable 145 virtual std::shared_ptr<TSocket> createSocket(THRIFT_SOCKET client);
|
| A D | TSSLServerSocket.h | 60 std::shared_ptr<TSocket> createSocket(THRIFT_SOCKET socket) override;
|
| A D | TSSLSocket.cpp | 50 : TSocket(config), server_(false), ctx_(ctx) in TSSLSocket() 58 : TSocket(config), server_(false), ctx_(ctx) in TSSLSocket() 66 : TSocket(socket, config), server_(false), ctx_(ctx) in TSSLSocket() 74 : TSocket(socket, interruptListener, config), server_(false), ctx_(ctx) in TSSLSocket() 81 : TSocket(host, port, config), server_(false), ctx_(ctx) in TSSLSocket() 89 : TSocket(host, port, config), server_(false), ctx_(ctx) in TSSLSocket()
|
| A D | TSSLServerSocket.cpp | 56 std::shared_ptr<TSocket> TSSLServerSocket::createSocket(THRIFT_SOCKET client) in createSocket()
|
| A D | TSSLSocket.h | 61 class TSSLSocket : public TSocket
|
| /modules/thrift/ |
| A D | CMakeLists.txt | 24 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/transport/TSocket.cpp
|
Completed in 21 milliseconds