Package | Description |
---|---|
eu.unicore.uftp.dpc | |
eu.unicore.uftp.server | |
eu.unicore.uftp.server.workers |
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 UFTPBaseRequest |
ServerProtocol.authenticateV1(DPCServer.Connection connection)
Authorize the client by creating a data connection and reading the
secret from the new connection.
|
UFTPBaseRequest |
ServerProtocol.establish(DPCServer.Connection connection) |
Constructor and Description |
---|
Session(DPCServer.Connection connection,
UFTPTransferRequest job,
FileAccess fileAccess,
int maxParCons) |
Modifier and Type | Method and Description |
---|---|
Thread |
WorkerFactory.createWorker(ServerThread server,
DPCServer.Connection connection,
UFTPBaseRequest job,
int maxStreams,
int bufferSize) |
Modifier and Type | Field and Description |
---|---|
protected DPCServer.Connection |
UFTPWorker.connection
client connection
|
Modifier and Type | Method and Description |
---|---|
DPCServer.Connection |
UFTPWorker.getConnection() |
Modifier and Type | Method and Description |
---|---|
Thread |
UFTPWorkerFactory.createWorker(ServerThread server,
DPCServer.Connection connection,
UFTPBaseRequest job,
int maxStreams,
int bufferSize) |
Thread |
WorkerFactories.createWorker(ServerThread server,
DPCServer.Connection connection,
UFTPBaseRequest job,
int maxStreams,
int bufferSize) |
Thread |
UFTPTunnelWorkerFactory.createWorker(ServerThread server,
DPCServer.Connection connection,
UFTPBaseRequest job,
int maxStreams,
int bufferSize) |
protected Socket |
UFTPWorker.makeSocket(int max,
DPCServer.Connection connection)
create a new Socket with the specified number of parallel TCP streams
|
Constructor and Description |
---|
UFTPTunnelWorker(ServerThread server,
DPCServer.Connection connection,
UFTPTunnelRequest job,
int bufferSize) |
UFTPWorker(ServerThread server,
DPCServer.Connection connection,
UFTPTransferRequest job,
int maxStreams,
int bufferSize) |
Copyright © 2010–2018 UNICORE. All rights reserved.