Uses of Interface
org.apache.ftpserver.ipfilter.IpFilter

Packages that use IpFilter
org.apache.ftpserver.ipfilter   
org.apache.ftpserver.listener   
org.apache.ftpserver.listener.nio Internal classes, do not use directly! 
 

Uses of IpFilter in org.apache.ftpserver.ipfilter
 

Classes in org.apache.ftpserver.ipfilter that implement IpFilter
 class DefaultIpFilter
          Default implementation of the IpFilter interface, which uses specific IP addresses or ranges of IP addresses that can be blocked or allowed.
 

Constructors in org.apache.ftpserver.ipfilter with parameters of type IpFilter
MinaIpFilter(IpFilter filter)
          Creates a new instance of MinaIpFilter.
 

Uses of IpFilter in org.apache.ftpserver.listener
 

Methods in org.apache.ftpserver.listener that return IpFilter
 IpFilter Listener.getIpFilter()
          Returns the IP filter associated with this listener.
 IpFilter ListenerFactory.getIpFilter()
          Returns the currently configured IP filter, if any.
 

Methods in org.apache.ftpserver.listener with parameters of type IpFilter
 void ListenerFactory.setIpFilter(IpFilter ipFilter)
          Sets the IP filter to the given filter.
 

Uses of IpFilter in org.apache.ftpserver.listener.nio
 

Methods in org.apache.ftpserver.listener.nio that return IpFilter
 IpFilter AbstractListener.getIpFilter()
           
 

Constructors in org.apache.ftpserver.listener.nio with parameters of type IpFilter
AbstractListener(String serverAddress, int port, boolean implicitSsl, SslConfiguration sslConfiguration, DataConnectionConfiguration dataConnectionConfig, int idleTimeout, IpFilter ipFilter)
          Constructor for internal use, do not use directly.
NioListener(String serverAddress, int port, boolean implicitSsl, SslConfiguration sslConfiguration, DataConnectionConfiguration dataConnectionConfig, int idleTimeout, IpFilter ipFilter)
          Constructor for internal use, do not use directly.
 



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