|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileTransferClient | |
|---|---|
| de.fzj.unicore.uas.client | Client code for accessing the UNICORE services. |
| de.fzj.unicore.uas.fts.http | An implementation of a http(s) file transfer using the Jetty server. |
| de.fzj.unicore.uas.xnjs | Facades and classes related to the XNJS execution management component. |
| Uses of FileTransferClient in de.fzj.unicore.uas.client |
|---|
| Subclasses of FileTransferClient in de.fzj.unicore.uas.client | |
|---|---|
class |
ByteIOBaseClient
base class for the byteio clients |
class |
RByteIOClient
manage data transfer using random byteio only the "simple" mechanism (inline Base64) is supported |
class |
SByteIOClient
manage data transfer using streamable byteio only the "simple" mechanism (inline Base64) is supported |
| Fields in de.fzj.unicore.uas.client with type parameters of type FileTransferClient | |
|---|---|
protected static java.util.Map<org.unigrids.services.atomic.types.ProtocolType.Enum,java.lang.Class<? extends FileTransferClient>> |
StorageClient.registeredClients
|
| Methods in de.fzj.unicore.uas.client that return FileTransferClient | |
|---|---|
FileTransferClient |
StorageClient.getExport(java.lang.String path,
org.unigrids.services.atomic.types.ProtocolType.Enum... preferredProtocols)
Create a client for doing a file import, while trying to use the first protocol matching the given list . |
FileTransferClient |
StorageClient.getImport(java.lang.String path,
boolean append,
org.unigrids.services.atomic.types.ProtocolType.Enum... preferredProtocols)
Create a client for doing a file import, while trying to use the first protocol matching the given list . |
FileTransferClient |
StorageClient.getImport(java.lang.String path,
org.unigrids.services.atomic.types.ProtocolType.Enum... preferredProtocols)
Create a client for doing a file import, while trying to use the first protocol matching the given list . |
| Method parameters in de.fzj.unicore.uas.client with type arguments of type FileTransferClient | |
|---|---|
static void |
StorageClient.registerClient(org.unigrids.services.atomic.types.ProtocolType.Enum proto,
java.lang.Class<? extends FileTransferClient> clazz)
|
| Uses of FileTransferClient in de.fzj.unicore.uas.fts.http |
|---|
| Subclasses of FileTransferClient in de.fzj.unicore.uas.fts.http | |
|---|---|
class |
HttpFileTransferClient
Client for getting/putting a file through HTTP |
| Uses of FileTransferClient in de.fzj.unicore.uas.xnjs |
|---|
| Fields in de.fzj.unicore.uas.xnjs declared as FileTransferClient | |
|---|---|
protected FileTransferClient |
U6FileTransferBase.ftc
|
| Methods in de.fzj.unicore.uas.xnjs that return FileTransferClient | |
|---|---|
protected FileTransferClient |
RByteIOImport.getFTClient()
|
protected FileTransferClient |
SByteIOImport.getFTClient()
|
protected FileTransferClient |
RByteIOExport.getFTClient()
|
protected abstract FileTransferClient |
U6FileTransferBase.getFTClient()
create a FileTransferClient correctly configured for this
transfer |
protected FileTransferClient |
BFTExport.getFTClient()
|
protected FileTransferClient |
SByteIOExport.getFTClient()
|
protected FileTransferClient |
BFTImport.getFTClient()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||