Package com.sshtools.j2ssh.connection

Class Summary
Channel Implements an SSH connection protocol channel.
ConnectionProtocol Implementation for the SSH connection protocol as a transport layer service.
SshMsgChannelClose Implements the SSH_MSG_CHANNEL_CLOSE message.
SshMsgChannelData Implements the SSH_MSG_CHANNEL_DATA message.
SshMsgChannelEOF Implements the SSH_MSG_CHANNEL_EOF message.
SshMsgChannelExtendedData Implements the SSH_MSG_CHANNEL_EXT_DATA message.
SshMsgChannelFailure Implements the SSH_MSG_CHANNEL_FAILURE message.
SshMsgChannelOpen Implements the SSH_MSG_CHANNEL_OPEN message.
SshMsgChannelOpenConfirmation Implements the SSH_MSG_CHANNEL_OPEN_CONFIRMATION message.
SshMsgChannelOpenFailure Implements the SSH_MSG_CHANNEL_OPEN_FAILURE message.
SshMsgChannelRequest Implements the SSH_MSG_CHANNEL_REQUEST message.
SshMsgChannelSuccess Implements the SSH_MSG_CHANNEL_SUCCESS message.
SshMsgChannelWindowAdjust Implements the SSH_MSG_CHANNEL_WINDOW_ADJUST message.
SshMsgGlobalRequest Implements the SSH_MSG_GLOBAL_REQUEST message.
SshMsgRequestFailure Implements the SSH_MSG_REQUEST_FAILURE message.
SshMsgRequestSuccess Implements the SSH_MSG_REQUEST_SUCCESS message.
 

Exception Summary
WindowSpaceNotAvailableException This excpetion is thrown if an attempt is made to send data across a channel when there is no window space available.
 



Copyright © 2002 Sshtools.com. All Rights Reserved.