| 
Secure iNet Factory | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Message in com.jscape.inet.ssh.authentication.messages | 
|---|
| Subclasses of Message in com.jscape.inet.ssh.authentication.messages | |
|---|---|
 class | 
SshMsgUserauthBanner
Represents SSH_MSG_USERAUTH_BANNER type of SSH2 protocol messages.  | 
 class | 
SshMsgUserauthFailure
Represents SSH_MSG_USERAUTH_FAILURE type of SSH2 protocol messages.  | 
 class | 
SshMsgUserauthSuccess
Type SshMsgUserauthSuccess  | 
| Uses of Message in com.jscape.inet.ssh.connection | 
|---|
| Methods in com.jscape.inet.ssh.connection that return Message | |
|---|---|
 Message | 
RemotePort.handle(com.jscape.inet.ssh.connection.messages.SshMsgChannelOpen request)
 | 
 Message | 
ChannelRequestHandler.handle(com.jscape.inet.ssh.connection.messages.SshMsgChannelOpen request,
       Connection connection)
 | 
 Message | 
PortHandler.handle(com.jscape.inet.ssh.connection.messages.SshMsgChannelOpen request,
       Connection connection)
 | 
 Message | 
GlobalRequestHandler.handle(com.jscape.inet.ssh.connection.messages.SshMsgGlobalRequest request,
       Connection connection)
 | 
| Methods in com.jscape.inet.ssh.connection with parameters of type Message | |
|---|---|
 void | 
Connection.sendMessage(Message message)
Sends the specified message to peer.  | 
| Uses of Message in com.jscape.inet.ssh.connection.channels | 
|---|
| Methods in com.jscape.inet.ssh.connection.channels with parameters of type Message | |
|---|---|
 void | 
Channel.onMessage(Message message)
 | 
| Uses of Message in com.jscape.inet.ssh.transport | 
|---|
| Methods in com.jscape.inet.ssh.transport that return Message | |
|---|---|
static Message | 
Message.readFrom(java.io.InputStream in,
         java.lang.Class messageClass)
 | 
static Message | 
Message.readFrom(SshReader reader,
         java.lang.Class messageClass)
Reads the message from the reader.  | 
 Message | 
MessageReader.readMessage()
Reads incoming message from the underlayed input stream.  | 
 Message | 
Transport.receiveMessage()
 | 
| Methods in com.jscape.inet.ssh.transport with parameters of type Message | |
|---|---|
 void | 
SshLogger.messageReceived(Message message)
 | 
 void | 
SshLogger.messageSent(Message message)
 | 
 void | 
Transport.sendMessage(Message msg)
 | 
 void | 
MessageWriter.writeMessage(Message msg)
Writes the specified message to the underlayed output stream.  | 
| Uses of Message in com.jscape.inet.ssh.transport.kex.messages | 
|---|
| Subclasses of Message in com.jscape.inet.ssh.transport.kex.messages | |
|---|---|
 class | 
SshMsgKexDhInit
Diffie-Hellman key exchange initVersions message: SSH_MSG_KEXDH_INIT.  | 
 class | 
SshMsgKexDhReply
Diffie-Hellman key exchange reply message: SSH_MSG_KEXDH_REPLY.  | 
  | 
Secure iNet Factory | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||