Deprecated API


Contents
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. 
 



Copyright © 2003-2004 3SP LTD. All Rights Reserved.