ssh_library/core/message/msg_channel library
Classes
- SSH_Message_Channel_Close
- Message to inform remote host the channel is now closed.
- SSH_Message_Channel_Confirmation
- Message to inform remote host that channel is open.
- SSH_Message_Channel_Data
- Message to transfer data between channels.
- SSH_Message_Channel_EOF
- Message to inform remote host that no more data will be sent.
- SSH_Message_Channel_Extended_Data
- SSH_Message_Channel_Failure
- Response to a SSH_Message_Channel_Request if the request failed
- SSH_Message_Channel_Open
- Message to request opening a channel to remote host.
- SSH_Message_Channel_Open_Failure
- Message to inform remote host that channel can't be opened.
- SSH_Message_Channel_Request
- Message to send channel-specific requests.
- SSH_Message_Channel_Success
- Response to a SSH_Message_Channel_Request if the request was successful
- SSH_Message_Channel_Window_Adjust
- Message to inform remote host how many bytes can be sent before it must wait for window to be increased.
- SSHChannelRequestType