Class: HrrRbSftp::Protocol::Version3::Packet::SSH_FXP_EXTENDED_REPLY

Inherits:
Object
  • Object
show all
Includes:
Common::Packetable
Defined in:
lib/hrr_rb_sftp/protocol/version3/packet/201_ssh_fxp_extended_reply.rb

Constant Summary collapse

TYPE =
201
FORMAT =
[
  [DataType::Byte,   :"type"      ],
  [DataType::Uint32, :"request-id"],
]
CONDITIONAL_FORMAT =
{
  :"extended-request" => {
  },
}

Instance Attribute Summary

Attributes included from Loggable

#logger

Method Summary

Methods included from Common::Packetable

#decode, #encode, #initialize

Methods included from Loggable

#log_debug, #log_error, #log_fatal, #log_info, #log_warn