Uses of Class
org.globus.ftp.Session
-
Packages that use Session Package Description org.globus.ftp org.globus.ftp.app org.globus.ftp.dc org.globus.ftp.vanilla -
-
Uses of Session in org.globus.ftp
Subclasses of Session in org.globus.ftp Modifier and Type Class Description classGridFTPSessionRepresents parameters of an FTP session between a client and a server.Fields in org.globus.ftp declared as Session Modifier and Type Field Description protected SessionFTPClient. sessionMethods in org.globus.ftp with parameters of type Session Modifier and Type Method Description protected voidGridFTPSession. compareServerMode(Session other)protected voidSession. compareServerMode(Session other)checks that active / passive sides are correctly setprotected voidSession. compareTransferParams(Session other)defines how to compare parameters: authorized, PBSZ, MODE, TYPEvoidGridFTPSession. 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.voidSession. matches(Session other)Ensures that settings of 2 servers match each other so that the servers are capable of performing a transfer between themselves. -
Uses of Session in org.globus.ftp.app
Subclasses of Session in org.globus.ftp.app Modifier and Type Class Description classTransferParamsRepresents parameters of a transfer. -
Uses of Session in org.globus.ftp.dc
Fields in org.globus.ftp.dc declared as Session Modifier and Type Field Description protected SessionAbstractDataChannel. sessionprotected SessionActiveConnectTask. sessionprotected SessionPassiveConnectTask. sessionMethods in org.globus.ftp.dc with parameters of type Session Modifier and Type Method Description DataChannelDataChannelFactory. getDataChannel(Session state, SocketBox socketBox)DataChannelGridFTPDataChannelFactory. getDataChannel(Session session, SocketBox socketBox)DataChannelSimpleDataChannelFactory. getDataChannel(Session state, SocketBox socketBox) -
Uses of Session in org.globus.ftp.vanilla
Fields in org.globus.ftp.vanilla declared as Session Modifier and Type Field Description protected SessionFTPServerFacade. sessionMethods in org.globus.ftp.vanilla that return Session Modifier and Type Method Description SessionFTPServerFacade. getSession()
-