This interface is meant to be included by things that are meant to contain zero or more channel instances in the form of a hash.
Adds a channel to the container that is indexed by its channel identifier
# File lib/rex/post/meterpreter/channel_container.rb, line 24 def add_channel(channel) self.channels[channel.cid] = channel end
Looks up a channel instance based on its channel identifier
# File lib/rex/post/meterpreter/channel_container.rb, line 31 def find_channel(cid) return self.channels[cid] end
Generated with the Darkfish Rdoc Generator 2.