Class: EventMachine::RTMP::SecureConnection
- Inherits:
-
Connection
- Object
- Connection
- Connection
- EventMachine::RTMP::SecureConnection
- Defined in:
- lib/em-rtmp/connection.rb
Overview
A secure connection behaves identically except that it delays the RTMP handshake until after the ssl handshake occurs.
Instance Attribute Summary
Attributes inherited from Connection
#channels, #chunk_size, #pending_requests, #state
Instance Method Summary collapse
-
#connection_completed ⇒ Object
When the connection is established, make it secure before starting the RTMP handshake process.
-
#ssl_handshake_completed ⇒ Object
Connection is now secure, issue the RTMP handshake challenge.
Methods inherited from Connection
#begin_rtmp_handshake, #buffer_changed, #bytes_waiting, #change_state, #initialize, #on_disconnected, #on_handshake_complete, #on_ready, #read, #receive_data, #run_callbacks, #unbind, #write
Methods included from IOHelpers
#read_bitfield, #read_double_be, #read_int29, #read_safe, #read_uint16_be, #read_uint24_be, #read_uint32_be, #read_uint32_le, #read_uint8, #write_bitfield, #write_double_be, #write_int29, #write_uint16_be, #write_uint24_be, #write_uint32_be, #write_uint32_le, #write_uint8
Constructor Details
This class inherits a constructor from EventMachine::RTMP::Connection