Class: HrrRbSsh::Message::SSH_MSG_REQUEST_SUCCESS

Inherits:
Object
  • Object
show all
Includes:
Codable
Defined in:
lib/hrr_rb_ssh/message/081_ssh_msg_request_success.rb

Constant Summary collapse

ID =
self.name.split('::').last
VALUE =
81
DEFINITION =
[
  #[DataType, Field Name]
  [DataType::Byte,      :'message number'],
]
TCPIP_FORWARD_DEFINITION =
[
  #[DataType, Field Name]
  #[DataType::String,   :'request name' : "tcpip-forward"],
  [DataType::Uint32,    :'port that was bound on the server'],
]
CONDITIONAL_DEFINITION =
{
  # Field Name => {Field Value => Conditional Definition}
  :'request name' => {
    "tcpip-forward" => TCPIP_FORWARD_DEFINITION,
  }
}

Instance Attribute Summary

Attributes included from Loggable

#log_key, #logger

Method Summary

Methods included from Codable

#common_definition, #conditional_definition, #decode, #decode_recursively, #encode, #initialize

Methods included from Loggable

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