Package | Description |
---|---|
com.sshtools.j2ssh.connection | |
com.sshtools.j2ssh.transport | |
com.sshtools.j2ssh.transport.kex |
Constructor and Description |
---|
ChannelInputStream(SshMessageStore messageStore)
Creates a new ChannelInputStream object.
|
ChannelInputStream(SshMessageStore messageStore,
java.lang.Integer type)
Creates a new ChannelInputStream object.
|
Modifier and Type | Field and Description |
---|---|
protected SshMessageStore |
Service.messageStore
The message store registered with the transport protocol to receive the
service's message.
|
protected SshMessageStore |
TransportProtocolCommon.messageStore |
Modifier and Type | Method and Description |
---|---|
void |
TransportProtocolCommon.addMessageStore(SshMessageStore store) |
void |
TransportProtocol.addMessageStore(SshMessageStore store) |
void |
TransportProtocolCommon.removeMessageStore(SshMessageStore ms) |
void |
TransportProtocolCommon.unregisterMessage(java.lang.Integer messageId,
SshMessageStore store) |
Constructor and Description |
---|
MessageNotRegisteredException(java.lang.Integer messageId,
SshMessageStore store)
Consructs the exception.
|
Modifier and Type | Field and Description |
---|---|
protected SshMessageStore |
SshKeyExchange.messageStore |
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.