Methods in org.globus.ftp with parameters of type Session |
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. |
protected void |
GridFTPSession.compareServerMode(Session other)
|
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. |
protected void |
Session.compareTransferParams(Session other)
defines how to compare parameters: authorized, PBSZ, MODE, TYPE |
protected void |
Session.compareServerMode(Session other)
checks that active / passive sides are correctly set |
Constructors in org.globus.ftp.dc with parameters of type Session |
AbstractDataChannel(Session session)
|
ActiveConnectTask(HostPort hostPort,
DataSink sink,
BasicServerControlChannel control,
Session session,
DataChannelFactory factory,
TransferContext context)
|
ActiveConnectTask(HostPort hostPort,
DataSource source,
BasicServerControlChannel control,
Session session,
DataChannelFactory factory,
TransferContext context)
|
ActiveStartTransferTask(DataSink sink,
BasicServerControlChannel control,
SocketBox box,
Session session,
DataChannelFactory factory,
TransferContext context)
|
ActiveStartTransferTask(DataSource source,
BasicServerControlChannel control,
SocketBox box,
Session session,
DataChannelFactory factory,
TransferContext context)
|
SimpleDataChannel(Session session,
SocketBox socketBox)
|
PassiveConnectTask(ServerSocket myServer,
DataSink sink,
BasicServerControlChannel control,
Session session,
DataChannelFactory factory,
TransferContext context)
|
PassiveConnectTask(ServerSocket myServer,
DataSource source,
BasicServerControlChannel control,
Session session,
DataChannelFactory factory,
TransferContext context)
|
GridFTPDataChannel(Session session,
SocketBox socketBox)
|