| Package | Description |
|---|---|
| com.sshtools.daemon.transport | |
| com.sshtools.j2ssh.transport |
| Modifier and Type | Method and Description |
|---|---|
protected SshMsgKexInit |
TransportProtocolServer.createLocalKexInit() |
protected SshMsgKexInit |
TransportProtocolServer.getLocalKexInit() |
protected SshMsgKexInit |
TransportProtocolServer.getRemoteKexInit() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportProtocolServer.setLocalKexInit(SshMsgKexInit msg) |
protected void |
TransportProtocolServer.setRemoteKexInit(SshMsgKexInit msg) |
| Modifier and Type | Field and Description |
|---|---|
protected SshMsgKexInit |
TransportProtocolCommon.clientKexInit |
protected SshMsgKexInit |
TransportProtocolCommon.serverKexInit |
| Modifier and Type | Method and Description |
|---|---|
protected SshMsgKexInit |
TransportProtocolCommon.createLocalKexInit() |
protected SshMsgKexInit |
TransportProtocolClient.getLocalKexInit() |
protected abstract SshMsgKexInit |
TransportProtocolCommon.getLocalKexInit() |
protected SshMsgKexInit |
TransportProtocolClient.getRemoteKexInit() |
protected abstract SshMsgKexInit |
TransportProtocolCommon.getRemoteKexInit() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportProtocolClient.setLocalKexInit(SshMsgKexInit msg) |
protected abstract void |
TransportProtocolCommon.setLocalKexInit(SshMsgKexInit msg) |
protected void |
TransportProtocolClient.setRemoteKexInit(SshMsgKexInit msg) |
protected abstract void |
TransportProtocolCommon.setRemoteKexInit(SshMsgKexInit msg) |
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.