Searched refs:TSocket (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/samples/modules/thrift/hello/client/ |
D | hello_client.py | 22 from thrift.transport import TSocket, TTransport 36 transport = TSocket.TSocket(args.ip, 4242)
|
/Zephyr-latest/modules/thrift/src/thrift/transport/ |
D | TServerSocket.h | 31 class TSocket; variable 145 virtual std::shared_ptr<TSocket> createSocket(THRIFT_SOCKET client);
|
D | TSSLServerSocket.h | 60 std::shared_ptr<TSocket> createSocket(THRIFT_SOCKET socket) override;
|
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()
|
D | TSSLServerSocket.cpp | 56 std::shared_ptr<TSocket> TSSLServerSocket::createSocket(THRIFT_SOCKET client) in createSocket()
|
D | TSSLSocket.h | 61 class TSSLSocket : public TSocket
|
/Zephyr-latest/samples/modules/thrift/hello/client/src/ |
D | main.cpp | 104 trans = std::make_shared<TSocket>(my_addr, port); in main()
|
/Zephyr-latest/samples/modules/thrift/hello/ |
D | README.rst | 100 | hello_client | TSocket | TBufferedTransport | TBinaryProtocol | 102 | hello_client_compact | TSocket | TBufferedTransport | TCompactProtocol | 115 | hello_client.py | TSocket | TBufferedTransport | TBinaryProtocol |
|
/Zephyr-latest/modules/thrift/ |
D | CMakeLists.txt | 24 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/transport/TSocket.cpp
|