Package | Description |
---|---|
org.apache.ftpserver.ipfilter | |
org.apache.ftpserver.listener | |
org.apache.ftpserver.listener.nio |
Internal classes, do not use directly!
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultIpFilter
Default implementation of the
IpFilter interface, which uses
specific IP addresses or ranges of IP addresses that can be blocked or
allowed. |
Constructor and Description |
---|
MinaIpFilter(IpFilter filter)
Creates a new instance of
MinaIpFilter . |
Modifier and Type | Method and Description |
---|---|
IpFilter |
Listener.getIpFilter()
Returns the IP filter associated with this listener.
|
IpFilter |
ListenerFactory.getIpFilter()
Returns the currently configured IP filter, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
ListenerFactory.setIpFilter(IpFilter ipFilter)
Sets the IP filter to the given filter.
|
Modifier and Type | Method and Description |
---|---|
IpFilter |
AbstractListener.getIpFilter() |
Constructor and Description |
---|
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–2016 The Apache Software Foundation. All rights reserved.