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 |
RemoteIpFilter
An implementation of the
SessionFilter interface, to filter
sessions based on the remote IP address. |
Constructor and Description |
---|
MinaSessionFilter(SessionFilter filter)
Creates a new instance of
MinaSessionFilter . |
Modifier and Type | Method and Description |
---|---|
SessionFilter |
ListenerFactory.getSessionFilter()
Returns the currently configured
SessionFilter , if any. |
SessionFilter |
Listener.getSessionFilter()
Returns the
SessionFilter associated with this listener. |
Modifier and Type | Method and Description |
---|---|
void |
ListenerFactory.setSessionFilter(SessionFilter sessionFilter)
Sets the session filter to the given filter.
|
Modifier and Type | Method and Description |
---|---|
SessionFilter |
AbstractListener.getSessionFilter() |
Constructor and Description |
---|
AbstractListener(String serverAddress,
int port,
boolean implicitSsl,
SslConfiguration sslConfiguration,
DataConnectionConfiguration dataConnectionConfig,
int idleTimeout,
SessionFilter sessionFilter)
Constructor for internal use, do not use directly.
|
NioListener(String serverAddress,
int port,
boolean implicitSsl,
SslConfiguration sslConfiguration,
DataConnectionConfiguration dataConnectionConfig,
int idleTimeout,
SessionFilter sessionFilter)
Constructor for internal use, do not use directly.
|
Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.