Package | Description |
---|---|
org.globus.ftp | |
org.globus.ftp.app | |
org.globus.ftp.dc | |
org.globus.ftp.vanilla |
Modifier and Type | Class | Description |
---|---|---|
class |
GridFTPSession |
Represents parameters of an FTP session between a client and a server.
|
Modifier and Type | Field | Description |
---|---|---|
protected Session |
FTPClient.session |
Modifier and Type | Method | Description |
---|---|---|
protected void |
GridFTPSession.compareServerMode(Session other) |
|
protected void |
Session.compareServerMode(Session other) |
checks that active / passive sides are correctly set
|
protected void |
Session.compareTransferParams(Session other) |
defines how to compare parameters: authorized, PBSZ, MODE, TYPE
|
void |
GridFTPSession.matches(Session other) |
In addition to the inherited functionality, this method also (1) checks
if extended active / passive server modes are set correctly, (2) checks
if Mode E is needed, and if so, checks whether it has been set.
|
void |
Session.matches(Session other) |
Ensures that settings of 2 servers match each other so that the servers
are capable of performing a transfer between themselves.
|
Modifier and Type | Class | Description |
---|---|---|
class |
TransferParams |
Represents parameters of a transfer.
|
Modifier and Type | Field | Description |
---|---|---|
protected Session |
AbstractDataChannel.session |
|
protected Session |
ActiveConnectTask.session |
|
protected Session |
PassiveConnectTask.session |
Modifier and Type | Method | Description |
---|---|---|
DataChannel |
DataChannelFactory.getDataChannel(Session state,
SocketBox socketBox) |
|
DataChannel |
GridFTPDataChannelFactory.getDataChannel(Session session,
SocketBox socketBox) |
|
DataChannel |
SimpleDataChannelFactory.getDataChannel(Session state,
SocketBox socketBox) |
Modifier and Type | Field | Description |
---|---|---|
protected Session |
FTPServerFacade.session |
Modifier and Type | Method | Description |
---|---|---|
Session |
FTPServerFacade.getSession() |
Copyright © 2018. All rights reserved.