Secure iNet Factory

Uses of Interface
com.jscape.inet.ssh.connection.messages.ConnectionDispatchable

Packages that use ConnectionDispatchable
com.jscape.inet.ssh.connection.messages   
 

Uses of ConnectionDispatchable in com.jscape.inet.ssh.connection.messages
 

Classes in com.jscape.inet.ssh.connection.messages that implement ConnectionDispatchable
 class SshMsgChannelClose
          Closing channel: SSH_MSG_CHANNEL_CLOSE
 class SshMsgChannelData
          Data transfer: SSH_MSG_CHANNEL_DATA Data transfer is done with messages of the following type.
 class 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.
 class SshMsgChannelExtendedData
          Data transfer: SSH_MSG_CHANNEL_EXTENDED_DATA.
 class SshMsgChannelFailure
          Request failure message: SSH_MSG_CHANNEL_FAILURE.
 class SshMsgChannelOpen
          Opening channel message: SSH_MSG_CHANNEL_OPEN
 class SshMsgChannelOpenConfirmation
          Channel open confirmation: SSH_MSG_CHANNEL_OPEN_CONFIRMATION
 class SshMsgChannelOpenFailure
          Channel open failure: SSH_MSG_CHANNEL_OPEN_FAILURE
 class SshMsgChannelRequest
          Channel-specific request: SSH_MSG_CHANNEL_REQUEST.
 class SshMsgChannelSuccess
          Request success message: SSH_MSG_CHANNEL_SUCCESS.
 class SshMsgChannelWindowAdjust
          Adjusting window: SSH_MSG_CHANNEL_WINDOW_ADJUST.
 class SshMsgGlobalRequest
          Global request message : SSH_MSG_GLOBAL_REQUEST.
 class SshMsgRequestFailure
          Global request failure message: SSH_MSG_REQUEST_FAILURE.
 class SshMsgRequestSuccess
          Global request success message : SSH_MSG_REQUEST_SUCCESS.
 


Secure iNet Factory

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