Package | Description |
---|---|
org.waarp.openr66.protocol.localhandler |
Classes implementing LocalHandlers (real work)
|
Modifier and Type | Method and Description |
---|---|
long[] |
ServerActions.bandwidth(boolean setter,
long writeglobal,
long readglobal,
long writesession,
long readsession)
Get or Set the bandwidth configuration
|
R66Future |
ServerActions.businessRequest(boolean isToApplied,
String className,
String arguments,
String extraArguments,
int delay)
Business Request (channel should stay open)
Note: the thread called should manage all writeback informations, as well
as status, channel closing if
needed or not.
|
void |
ServerActions.businessRequest(BusinessRequestPacket packet)
Business Request (channel should stay open)
Note: the thread called should manage all writeback informations, as well
as status, channel closing if
needed or not.
|
String[] |
ServerActions.configExport(boolean bhost,
boolean brule,
boolean bbusiness,
boolean balias,
boolean broles)
Export configuration and return filenames in order
|
ConfigImportResponseJsonPacket |
ServerActions.configImport(ConfigImportJsonPacket json)
Import configuration from files as parameter
|
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.
|
Copyright © 2009–2022 Waarp. All rights reserved.