Home
last modified time | relevance | path

Searched refs:TSocketBase (Results 1 – 4 of 4) sorted by relevance

/thrift-3.4.0/lib/lua/
DTSocket.lua23 TSocketBase = TTransportBase:new{
31 function TSocketBase:close()
39 function TSocketBase:getSocketInfo()
46 function TSocketBase:setTimeout(timeout)
56 TSocket = TSocketBase:new{
105 TServerSocket = TSocketBase:new{
/thrift-3.4.0/lib/py/src/transport/
DTSocket.py31 class TSocketBase(TTransportBase): class
50 class TSocket(TSocketBase):
194 class TServerSocket(TSocketBase, TServerTransportBase):
/thrift-3.4.0/lib/d/src/thrift/async/
Dsocket.d30 import thrift.transport.socket : TSocketBase;
58 class TAsyncSocket : TSocketBase, TAsyncTransport {
/thrift-3.4.0/lib/d/src/thrift/transport/
Dsocket.d42 abstract class TSocketBase : TBaseTransport {
214 class TSocket : TSocketBase {