Package | Description |
---|---|
org.waarp.openr66.client |
Classes implementing Clients
|
org.waarp.openr66.context |
Classes implementing Session, Result and ErrorCode
|
org.waarp.openr66.database.data |
Classes implementing Database Data model
|
org.waarp.openr66.protocol.localhandler |
Classes implementing LocalHandlers (real work)
|
org.waarp.openr66.protocol.utils |
Classes implementing Utilities
|
Modifier and Type | Method and Description |
---|---|
protected static void |
AbstractTransfer.prepareKoOutputFormat(R66Future future,
R66Result result,
OutputFormat outputFormat) |
protected static void |
AbstractTransfer.prepareOkOutputFormat(long delay,
R66Result result,
OutputFormat outputFormat) |
Modifier and Type | Method and Description |
---|---|
void |
R66Session.setFinalizeTransfer(boolean status,
R66Result finalValue)
Finalize the transfer step by running the error or post operation
according
to the status.
|
void |
R66Session.tryFinalizeRequest(R66Result errorValue)
Try to finalize the request if possible
|
Modifier and Type | Method and Description |
---|---|
void |
DbTaskRunner.finalizeTransfer(LocalChannelReference localChannelReference,
R66File file,
R66Result finalValue,
boolean status)
Once the transfer is over, finalize the Runner by running the error or
post
operation according to the
status.
|
Modifier and Type | Method and Description |
---|---|
R66Result |
ServerActions.blockRequest(byte[] key,
boolean isBlocking)
Block/Unblock Request
|
R66Result |
ServerActions.cancelTransfer(Transfer transfer) |
R66Result |
ServerActions.requestRestart(String reqd,
String reqr,
long id,
Date date)
Request to restart a transfer
|
R66Result |
ServerActions.stopOrCancel(byte type,
String reqd,
String reqr,
long id)
Stop or Cancel a transfer.
|
R66Result |
ServerActions.stopTransfer(Transfer transfer) |
R66Result |
ServerActions.transferRequest(TransferRequestJsonPacket request)
Receive a TransferRequest in JSON mode: just setting it to be scheduled
|
Modifier and Type | Method and Description |
---|---|
void |
LocalChannelReference.invalidateRequest(R66Result finalvalue)
Invalidate the current request
|
void |
ConnectionActions.tryFinalizeRequest(R66Result errorValue)
Try to finalize the request if possible
|
void |
LocalChannelReference.validateConnection(boolean validate,
R66Result result)
Validate or Invalidate the connection (authentication)
|
void |
LocalChannelReference.validateEndTransfer(R66Result finalValue)
Validate the End of a Transfer
|
void |
LocalChannelReference.validateRequest(R66Result finalValue)
Validate the current Request
|
Modifier and Type | Method and Description |
---|---|
R66Result |
R66Future.getResult() |
static R66Result |
TransferUtils.restartTransfer(DbTaskRunner taskRunner,
LocalChannelReference lcr)
Try to restart one Transfer Runner Task
|
Modifier and Type | Method and Description |
---|---|
void |
R66Future.setResult(R66Result result) |
Copyright © 2009–2020 Waarp. All rights reserved.