access all NetStreams that is managed by this NetConnection
get the ControlMessageStream, it will be useful when you intend to send a controll message.
get the NetConnection instance.
get the connection information, the data that was sent when peer call the connect
command.
create a netstream(usally a sub controller), then you can send message on it
destroy a message stream
create a command message, it will create a command message using the amf encoding the ConnectionInformation
provided.
same as CreateCommandMessage
close connection
when you want to send messages independently, you can create a chunkstream, different chunk stream can send message concurrently and using independent timestamp.
send a control message using RtmpControlMessageStream and ControlChunkStream