| Package | Description |
|---|---|
| eu.unicore.uftp.dpc | |
| eu.unicore.uftp.server |
| 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 |
DPCServer.Connection.establish()
establish the connection using the pseudo FTP protocol
|
UFTPTransferRequest |
ServerProtocol.establish(DPCServer.Connection connection) |
protected UFTPTransferRequest |
ServerProtocol.sendFeatures() |
| Modifier and Type | Method and Description |
|---|---|
List<UFTPTransferRequest> |
DPCServer.Connection.getJobsForClientAddress(InetAddress ia) |
List<UFTPTransferRequest> |
DPCServer.Connection.getJobsForControlSocketAddress() |
| Constructor and Description |
|---|
Session(DPCServer.Connection connection,
UFTPTransferRequest job,
FileAccess fileAccess,
int maxParCons) |
| Constructor and Description |
|---|
DPCServer(InetAddress ip,
int port,
int backlog,
Map<InetAddress,List<UFTPTransferRequest>> jobMap,
String advertiseAddress,
PortManager pm)
create a new server listening on the given interface
|
| Modifier and Type | Method and Description |
|---|---|
UFTPTransferRequest |
UFTPWorker.getJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerThread.addJob(UFTPTransferRequest job)
adds job
|
| Constructor and Description |
|---|
UFTPWorker(ServerThread server,
DPCServer.Connection connection,
UFTPTransferRequest job,
int maxStreams,
int bufferSize) |
Copyright © 2010–2016 UNICORE. All rights reserved.