Package | Description |
---|---|
org.alfresco.jlan.ftp |
Modifier and Type | Method and Description |
---|---|
protected FTPDataSession |
FTPServer.allocateDataSession(FTPSrvSession sess,
InetAddress remAddr,
int remPort)
Allocate a local port for a data session
|
protected FTPDataSession |
FTPServer.allocatePassiveDataSession(FTPSrvSession sess,
InetAddress localAddr)
Allocate a local port for a passive mode data session
|
FTPDataSession |
FTPDataSessionTable.findSession(int port)
Find the session using the specified local port
|
FTPDataSession |
FTPDataSessionTable.removeSession(FTPDataSession sess)
Remove a session from the table
|
Modifier and Type | Method and Description |
---|---|
void |
FTPDataSessionTable.addSession(int port,
FTPDataSession sess)
Add a session to the table
|
protected void |
FTPServer.releaseDataSession(FTPDataSession dataSess)
Release a data session
|
FTPDataSession |
FTPDataSessionTable.removeSession(FTPDataSession sess)
Remove a session from the table
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.