class Thrift::FramedTransportFactory
Public Instance Methods
get_transport(transport)
click to toggle source
# File lib/thrift/transport/framed_transport.rb 117 def get_transport(transport) 118 return FramedTransport.new(transport) 119 end
to_s()
click to toggle source
# File lib/thrift/transport/framed_transport.rb 121 def to_s 122 "framed" 123 end