Secure iNet Factory

Package com.jscape.inet.ssh.connection.messages

Interface Summary
ChannelDispatchable  
ChannelMessageDispatcher  
ConnectionDispatchable  
ConnectionMessageDispatcher  
 

Class Summary
SshMsgChannelClose Closing channel: SSH_MSG_CHANNEL_CLOSE
SshMsgChannelData Data transfer: SSH_MSG_CHANNEL_DATA Data transfer is done with messages of the following type.
SshMsgChannelEof Information message that the and of data has been reaches: SSH_MSG_CHANNEL_EOF When a party will no longer send more data to a channel, it SHOULD send this message.
SshMsgChannelExtendedData Data transfer: SSH_MSG_CHANNEL_EXTENDED_DATA.
SshMsgChannelFailure Request failure message: SSH_MSG_CHANNEL_FAILURE.
SshMsgChannelOpen Opening channel message: SSH_MSG_CHANNEL_OPEN
SshMsgChannelOpenConfirmation Channel open confirmation: SSH_MSG_CHANNEL_OPEN_CONFIRMATION
SshMsgChannelOpenFailure Channel open failure: SSH_MSG_CHANNEL_OPEN_FAILURE
SshMsgChannelRequest Channel-specific request: SSH_MSG_CHANNEL_REQUEST.
SshMsgChannelSuccess Request success message: SSH_MSG_CHANNEL_SUCCESS.
SshMsgChannelWindowAdjust Adjusting window: SSH_MSG_CHANNEL_WINDOW_ADJUST.
SshMsgGlobalRequest Global request message : SSH_MSG_GLOBAL_REQUEST.
SshMsgRequestFailure Global request failure message: SSH_MSG_REQUEST_FAILURE.
SshMsgRequestSuccess Global request success message : SSH_MSG_REQUEST_SUCCESS.
 


Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved