|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
---|---|
org.apache.ftpserver.listener.Listener.getBlockedAddresses()
Replaced by IpFilter. Retrieves the InetAddress for
which this listener blocks connections. |
|
org.apache.ftpserver.listener.ListenerFactory.getBlockedAddresses()
Replaced by the IpFilter. Retrieves the InetAddress for which listeners created by this factory blocks
connections |
|
org.apache.ftpserver.listener.Listener.getBlockedSubnets()
Replaced by IpFilter. Retrieves the Subnet s for this listener blocks connections. |
|
org.apache.ftpserver.listener.ListenerFactory.getBlockedSubnets()
Replaced by the IpFilter. Retrives the Subnet s for which listeners created by this factory blocks connections |
|
org.apache.ftpserver.ftplet.FtpException.getRootCause()
Use Throwable.getCause() instead |
|
org.apache.ftpserver.listener.ListenerFactory.setBlockedAddresses(List Replaced by the IpFilter. Sets the InetAddress that listeners created by this factory will block from
connecting |
|
org.apache.ftpserver.listener.ListenerFactory.setBlockedSubnets(List Replaced by the IpFilter. Sets the Subnet s that listeners created by this factory will block from connecting |
Deprecated Constructors | |
---|---|
org.apache.ftpserver.listener.nio.AbstractListener(String, int, boolean, SslConfiguration, DataConnectionConfiguration, int, List Use the constructor with IpFilter instead. Constructor for internal use, do not use directly. Instead use ListenerFactory |
|
org.apache.ftpserver.listener.nio.NioListener(String, int, boolean, SslConfiguration, DataConnectionConfiguration, int, List Use the constructor with IpFilter instead. Constructor for internal use, do not use directly. Instead use ListenerFactory |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |