Class | Net::SSH::Transport::PacketStream |
In: |
lib/net/ssh/transport/packet-stream.rb
|
Parent: | Object |
The abstract parent of IncomingPacketStream and OutgoingPacketStream. It represents the common interface of its subclasses.
sequence_number | [R] | the sequence number of the next packet to be processed. |
socket | [W] | the setter for setting the socket to use for IO communication |