Deprecated API


Contents
Deprecated Methods
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.getBlockedAddresses()
          Replaced by IpFilter. Retrieves the InetAddress for which this listener blocks connections. 
org.apache.ftpserver.listener.ListenerFactory.getBlockedSubnets()
          Replaced by the IpFilter. Retrives the Subnets for which listeners created by this factory blocks connections 
org.apache.ftpserver.listener.Listener.getBlockedSubnets()
          Replaced by IpFilter. Retrieves the Subnets for this listener blocks connections. 
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 Subnets that listeners created by this factory will block from connecting 
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.