Uses of Class
com.sshtools.j2ssh.transport.SshMessage
-
-
Uses of SshMessage in com.sshtools.daemon.authentication
Methods in com.sshtools.daemon.authentication that return SshMessage Modifier and Type Method Description SshMessageAuthenticationProtocolServer. readMessage()Methods in com.sshtools.daemon.authentication with parameters of type SshMessage Modifier and Type Method Description protected voidAuthenticationProtocolServer. onMessageReceived(SshMessage msg)voidAuthenticationProtocolServer. sendMessage(SshMessage msg) -
Uses of SshMessage in com.sshtools.daemon.transport
Methods in com.sshtools.daemon.transport with parameters of type SshMessage Modifier and Type Method Description protected voidTransportProtocolServer. onMessageReceived(SshMessage msg) -
Uses of SshMessage in com.sshtools.j2ssh.authentication
Subclasses of SshMessage in com.sshtools.j2ssh.authentication Modifier and Type Class Description classSshMsgUserAuthBannerclassSshMsgUserAuthFailureclassSshMsgUserAuthInfoRequestclassSshMsgUserAuthInfoResponseclassSshMsgUserAuthPKOKclassSshMsgUserAuthPwdChangeReqclassSshMsgUserAuthRequestclassSshMsgUserAuthSuccessMethods in com.sshtools.j2ssh.authentication that return SshMessage Modifier and Type Method Description SshMessageAuthenticationProtocolClient. readMessage(int messageId)SshMessageAuthenticationProtocolClient. readMessage(int[] messageId)Methods in com.sshtools.j2ssh.authentication with parameters of type SshMessage Modifier and Type Method Description voidAuthenticationProtocolClient. sendMessage(SshMessage msg) -
Uses of SshMessage in com.sshtools.j2ssh.connection
Subclasses of SshMessage in com.sshtools.j2ssh.connection Modifier and Type Class Description classSshMsgChannelCloseclassSshMsgChannelDataclassSshMsgChannelEOFclassSshMsgChannelExtendedDataclassSshMsgChannelFailureclassSshMsgChannelOpenclassSshMsgChannelOpenConfirmationclassSshMsgChannelOpenFailureclassSshMsgChannelRequestclassSshMsgChannelSuccessclassSshMsgChannelWindowAdjustclassSshMsgGlobalRequestclassSshMsgRequestFailureclassSshMsgRequestSuccessMethods in com.sshtools.j2ssh.connection with parameters of type SshMessage Modifier and Type Method Description protected voidConnectionProtocol. onMessageReceived(SshMessage msg) -
Uses of SshMessage in com.sshtools.j2ssh.transport
Subclasses of SshMessage in com.sshtools.j2ssh.transport Modifier and Type Class Description classSshMsgDebugclassSshMsgDisconnectclassSshMsgIgnoreclassSshMsgKexInitclassSshMsgNewKeysclassSshMsgServiceAcceptclassSshMsgServiceRequestclassSshMsgUnimplementedMethods in com.sshtools.j2ssh.transport that return SshMessage Modifier and Type Method Description SshMessageSshMessageStore. createMessage(byte[] msgdata)Create a formed message from raw message data.SshMessageSshMessageStore. getMessage(int messageId)Get a message from the store.SshMessageSshMessageStore. getMessage(int[] messageIdFilter)Get a message from the store.SshMessageSshMessageStore. getMessage(int[] messageIdFilter, int timeout)Get a message from the store.SshMessageSshMessageStore. getMessage(int messageId, int timeout)Get a message from the store.SshMessageSshMessageStore. nextMessage()Get the next message in the store or wait until a new message arrives.SshMessageSshMessageStore. peekMessage(int messageId)Get a message from the store without removing it.SshMessageSshMessageStore. peekMessage(int[] messageIdFilter)Get a message from the store without removing or blocking if the message does not exist.SshMessageSshMessageStore. peekMessage(int[] messageIdFilter, int timeout)Get a message from the store without removing it; only blocking for the number of milliseconds specified in the timeout field.SshMessageSshMessageStore. peekMessage(int messageId, int timeout)Get a message from the store without removing it, only blocking for the number of milliseconds specified in the timeout field.protected SshMessageTransportProtocolCommon. processMessages()SshMessageTransportProtocol. readMessage(int[] filter)SshMessageTransportProtocolCommon. readMessage(int[] filter)Methods in com.sshtools.j2ssh.transport with parameters of type SshMessage Modifier and Type Method Description voidSshMessageStore. addMessage(SshMessage msg)Add a formed message to the store.voidSshMessageListener. messageReceived(SshMessage msg)protected abstract voidAsyncService. onMessageReceived(SshMessage msg)Called by the service thread when an asyncronous message is received.voidTransportProtocolClient. onMessageReceived(SshMessage msg)protected abstract voidTransportProtocolCommon. onMessageReceived(SshMessage msg)voidSshMessageStore. removeMessage(SshMessage msg)Removes a message from the message store.voidTransportProtocol. sendMessage(SshMessage ms, java.lang.Object sender)voidTransportProtocolCommon. sendMessage(SshMessage msg, java.lang.Object sender) -
Uses of SshMessage in com.sshtools.j2ssh.transport.kex
Subclasses of SshMessage in com.sshtools.j2ssh.transport.kex Modifier and Type Class Description classSshMsgKexDhInitclassSshMsgKexDhReply
-