public class MiltonListener
extends org.apache.ftpserver.listener.nio.AbstractListener
| Constructor and Description |
|---|
MiltonListener(String serverAddress,
int port,
boolean implicitSsl,
org.apache.ftpserver.ssl.SslConfiguration sslConfiguration,
org.apache.ftpserver.DataConnectionConfiguration dataConnectionConfig,
int idleTimeout,
List<InetAddress> blockedAddresses,
List<org.apache.mina.filter.firewall.Subnet> blockedSubnets,
org.apache.ftpserver.impl.FtpHandler handler)
Constructor for internal use, do not use directly.
|
| Modifier and Type | Method and Description |
|---|---|
Set<org.apache.ftpserver.impl.FtpIoSession> |
getActiveSessions() |
boolean |
isStopped() |
boolean |
isSuspended() |
void |
resume() |
void |
start(org.apache.ftpserver.impl.FtpServerContext context) |
void |
stop() |
void |
suspend() |
public MiltonListener(String serverAddress, int port, boolean implicitSsl, org.apache.ftpserver.ssl.SslConfiguration sslConfiguration, org.apache.ftpserver.DataConnectionConfiguration dataConnectionConfig, int idleTimeout, List<InetAddress> blockedAddresses, List<org.apache.mina.filter.firewall.Subnet> blockedSubnets, org.apache.ftpserver.impl.FtpHandler handler)
ListenerFactorypublic void start(org.apache.ftpserver.impl.FtpServerContext context)
Listener.start(FtpServerContext)public void stop()
Listener.stop()public boolean isStopped()
Listener.isStopped()public boolean isSuspended()
Listener.isSuspended()public void resume()
Listener.resume()public void suspend()
Listener.suspend()public Set<org.apache.ftpserver.impl.FtpIoSession> getActiveSessions()
Listener.getActiveSessions()Copyright © 2021 McEvoy Software Ltd. All rights reserved.