Class: RocketAMF::Request

Inherits:
Envelope show all
Defined in:
lib/rocketamf/remoting.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from Envelope

#amf_version, #headers, #messages

Instance Method Summary collapse

Methods inherited from Envelope

#each_method_call, #populate_from_stream, #serialize, #to_s

Methods included from Pure::Envelope

#populate_from_stream, #serialize

Methods included from Pure::WriteIOHelpers

#byte_order, #byte_order_little?, #pack_double, #pack_int16_network, #pack_int8, #pack_integer, #pack_word32_network

Methods included from Pure::ReadIOHelpers

#byte_order, #byte_order_little?, #read_double, #read_int16_network, #read_int8, #read_word16_network, #read_word32_network, #read_word8

Constructor Details

#initialize(props = {}) ⇒ Request

Returns a new instance of Request.



104
105
106
107
# File 'lib/rocketamf/remoting.rb', line 104

def initialize props={}
  $stderr.puts("DEPRECATION WARNING: Use RocketAMF::Envelope instead of RocketAMF::Request")
  super(props)
end