Home
last modified time | relevance | path

Searched refs:TSocket (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/samples/modules/thrift/hello/client/
Dhello_client.py22 from thrift.transport import TSocket, TTransport
36 transport = TSocket.TSocket(args.ip, 4242)
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTServerSocket.h31 class TSocket; variable
145 virtual std::shared_ptr<TSocket> createSocket(THRIFT_SOCKET client);
DTSSLServerSocket.h60 std::shared_ptr<TSocket> createSocket(THRIFT_SOCKET socket) override;
DTSSLSocket.cpp50 : 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()
DTSSLServerSocket.cpp56 std::shared_ptr<TSocket> TSSLServerSocket::createSocket(THRIFT_SOCKET client) in createSocket()
DTSSLSocket.h61 class TSSLSocket : public TSocket
/Zephyr-latest/samples/modules/thrift/hello/client/src/
Dmain.cpp104 trans = std::make_shared<TSocket>(my_addr, port); in main()
/Zephyr-latest/samples/modules/thrift/hello/
DREADME.rst100 | hello_client | TSocket | TBufferedTransport | TBinaryProtocol |
102 | hello_client_compact | TSocket | TBufferedTransport | TCompactProtocol |
115 | hello_client.py | TSocket | TBufferedTransport | TBinaryProtocol |
/Zephyr-latest/modules/thrift/
DCMakeLists.txt24 ${ZEPHYR_THRIFT_MODULE_DIR}/lib/cpp/src/thrift/transport/TSocket.cpp