Uses of Interface
org.globus.ftp.dc.SocketBox
-
Packages that use SocketBox Package Description org.globus.ftp.dc -
-
Uses of SocketBox in org.globus.ftp.dc
Classes in org.globus.ftp.dc that implement SocketBox Modifier and Type Class Description classManagedSocketBoxA container for Socket, making it available to pass a null socket reference.classSimpleSocketBoxFields in org.globus.ftp.dc declared as SocketBox Modifier and Type Field Description protected SocketBoxGridFTPActiveConnectTask. boxprotected SocketBoxActiveConnectTask. mySocketBoxprotected SocketBoxPassiveConnectTask. mySocketBoxprotected SocketBoxSimpleDataChannel. socketBoxprotected SocketBoxTransferSinkThread. socketBoxprotected SocketBoxTransferSourceThread. socketBoxMethods in org.globus.ftp.dc that return SocketBox Modifier and Type Method Description SocketBoxSocketPool. checkOut()checks out the next free socket and returns it, or returns null if there aren't any.protected SocketBoxActiveConnectTask. openSocket()Override this to implement authenticationprotected SocketBoxGridFTPPassiveConnectTask. openSocket()protected SocketBoxPassiveConnectTask. openSocket()Override this to implement authenticationMethods in org.globus.ftp.dc with parameters of type SocketBox Modifier and Type Method Description voidSocketPool. add(SocketBox sb)add socketBox to the pool.voidSocketPool. checkIn(SocketBox sb)Before calling this method, the socket needs to be first add()ed to the pool and checked out.DataChannelDataChannelFactory. getDataChannel(Session state, SocketBox socketBox)DataChannelGridFTPDataChannelFactory. getDataChannel(Session session, SocketBox socketBox)DataChannelSimpleDataChannelFactory. getDataChannel(Session state, SocketBox socketBox)TransferThreadGridFTPTransferThreadFactory. getTransferSinkThread(DataChannel dataChannel, SocketBox socketBox, DataSink sink, BasicServerControlChannel localControlChannel, TransferContext context)TransferThreadSimpleTransferThreadFactory. getTransferSinkThread(DataChannel dataChannel, SocketBox socketBox, DataSink sink, BasicServerControlChannel localControlChannel, TransferContext context)TransferThreadTransferThreadFactory. getTransferSinkThread(DataChannel dataChannel, SocketBox socketBox, DataSink sink, BasicServerControlChannel localControlChannel, TransferContext context)TransferThreadGridFTPTransferThreadFactory. getTransferSourceThread(DataChannel dataChannel, SocketBox socketBox, DataSource source, BasicServerControlChannel localControlChannel, TransferContext context)TransferThreadSimpleTransferThreadFactory. getTransferSourceThread(DataChannel dataChannel, SocketBox socketBox, DataSource source, BasicServerControlChannel localControlChannel, TransferContext context)TransferThreadTransferThreadFactory. getTransferSourceThread(DataChannel dataChannel, SocketBox socketBox, DataSource source, BasicServerControlChannel localControlChannel, TransferContext context)voidSocketOperator. operate(SocketBox s)voidSocketPool. remove(SocketBox sb)remove socketBox from the pool, remove all references to it
-