Package | Description |
---|---|
eu.unicore.uftp.dpc | |
eu.unicore.uftp.server |
Modifier and Type | Field and Description |
---|---|
protected DPCServer.Connection |
ServerProtocol.connection |
Modifier and Type | Method and Description |
---|---|
DPCServer.Connection |
DPCServer.accept()
Waits for incoming client
|
Modifier and Type | Method and Description |
---|---|
protected UFTPTransferRequest |
ServerProtocol.authenticateV1(DPCServer.Connection connection)
Authorize the client by creating a data connection and reading the
secret from the new connection.
|
UFTPTransferRequest |
ServerProtocol.establish(DPCServer.Connection connection) |
Constructor and Description |
---|
Session(DPCServer.Connection connection,
UFTPTransferRequest job,
FileAccess fileAccess,
int maxParCons) |
Modifier and Type | Method and Description |
---|---|
DPCServer.Connection |
UFTPWorker.getConnection() |
Modifier and Type | Method and Description |
---|---|
protected Socket |
UFTPWorker.makeSocket(int max,
DPCServer.Connection connection)
create a new Socket with the specified number of parallel TCP streams
|
Constructor and Description |
---|
UFTPWorker(ServerThread server,
DPCServer.Connection connection,
UFTPTransferRequest job,
int maxStreams,
int bufferSize) |
Copyright © 2010–2016 UNICORE. All rights reserved.