Package | Description |
---|---|
org.globus.ftp.dc |
Modifier and Type | Class and Description |
---|---|
class |
ManagedSocketBox
A container for Socket, making it available to pass a null socket reference.
|
class |
SimpleSocketBox |
Modifier and Type | Field and Description |
---|---|
protected SocketBox |
GridFTPActiveConnectTask.box |
protected SocketBox |
ActiveConnectTask.mySocketBox |
protected SocketBox |
PassiveConnectTask.mySocketBox |
protected SocketBox |
TransferSinkThread.socketBox |
protected SocketBox |
SimpleDataChannel.socketBox |
protected SocketBox |
TransferSourceThread.socketBox |
Modifier and Type | Method and Description |
---|---|
SocketBox |
SocketPool.checkOut()
checks out the next free socket and returns it, or returns null if there aren't any.
|
protected SocketBox |
ActiveConnectTask.openSocket()
Override this to implement authentication
|
protected SocketBox |
GridFTPPassiveConnectTask.openSocket() |
protected SocketBox |
PassiveConnectTask.openSocket()
Override this to implement authentication
|
Modifier and Type | Method and Description |
---|---|
void |
SocketPool.add(SocketBox sb)
add socketBox to the pool.
|
void |
SocketPool.checkIn(SocketBox sb)
Before calling this method, the socket needs to be first add()ed to the pool and checked out.
|
DataChannel |
SimpleDataChannelFactory.getDataChannel(Session state,
SocketBox socketBox) |
DataChannel |
DataChannelFactory.getDataChannel(Session state,
SocketBox socketBox) |
DataChannel |
GridFTPDataChannelFactory.getDataChannel(Session session,
SocketBox socketBox) |
TransferThread |
SimpleTransferThreadFactory.getTransferSinkThread(DataChannel dataChannel,
SocketBox socketBox,
DataSink sink,
BasicServerControlChannel localControlChannel,
TransferContext context) |
TransferThread |
TransferThreadFactory.getTransferSinkThread(DataChannel dataChannel,
SocketBox socketBox,
DataSink sink,
BasicServerControlChannel localControlChannel,
TransferContext context) |
TransferThread |
GridFTPTransferThreadFactory.getTransferSinkThread(DataChannel dataChannel,
SocketBox socketBox,
DataSink sink,
BasicServerControlChannel localControlChannel,
TransferContext context) |
TransferThread |
SimpleTransferThreadFactory.getTransferSourceThread(DataChannel dataChannel,
SocketBox socketBox,
DataSource source,
BasicServerControlChannel localControlChannel,
TransferContext context) |
TransferThread |
TransferThreadFactory.getTransferSourceThread(DataChannel dataChannel,
SocketBox socketBox,
DataSource source,
BasicServerControlChannel localControlChannel,
TransferContext context) |
TransferThread |
GridFTPTransferThreadFactory.getTransferSourceThread(DataChannel dataChannel,
SocketBox socketBox,
DataSource source,
BasicServerControlChannel localControlChannel,
TransferContext context) |
void |
SocketOperator.operate(SocketBox s) |
void |
SocketPool.remove(SocketBox sb)
remove socketBox from the pool, remove all references to it
|
Copyright © 2016. All rights reserved.