|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Deprecated Methods | |
|---|---|
| com.maverick.sshd.ConfigurationContext.getBindAddress()
Each TransportProtocol and ConnectionProtocol
instance now has methods to retrieve the local and remote
socket addresses for the individual connection. |
|
| com.maverick.sshd.ConfigurationContext.getBindPort()
Each TransportProtocol and ConnectionProtocol
instance now has methods to retrieve the local and remote
socket addresses for the individual connection. |
|
| com.maverick.sshd.platform.NativeFileSystemProvider.init(byte[], SessionChannel, ConfigurationContext)
|
|
| com.maverick.sshd.ConfigurationContext.setBindAddress(String)
Use ConfigurationContext.addListeningInterface(String, int) instead. |
|
| com.maverick.sshd.ConfigurationContext.setBindPort(int)
use ConfigurationContext.addListeningInterface(String, int) instead. |
|
| Deprecated Constructors | |
|---|---|
| com.maverick.sshd.SshDaemon(int, int, int)
This method is now deprecated and it is recommemded that you configure the settings using the relevant methods in the ConfigurationContext. |
|
| com.maverick.sshd.SshDaemon(int, int, int, int)
This method is now deprecated and it is recommemded that you configure the settings using the relevant methods in the ConfigurationContext. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||