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



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

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

#to_sObject



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

def to_s
  "framed"
end