Class: Thrift::FramedTransportFactory

Inherits:
BaseTransportFactory show all
Defined in:
lib/thrift/transport/framed_transport.rb

Instance Method Summary collapse

Instance Method Details

#get_transport(transport) ⇒ Object



118
119
120
# File 'lib/thrift/transport/framed_transport.rb', line 118

def get_transport(transport)
  return FramedTransport.new(transport)
end

#to_sObject



122
123
124
# File 'lib/thrift/transport/framed_transport.rb', line 122

def to_s
  "framed"
end