Package | Description |
---|---|
org.waarp.openr66.protocol.localhandler |
Classes implementing LocalHandlers (real work)
|
org.waarp.openr66.protocol.networkhandler |
Classes implementing Network Handler (multiplexing local handlers)
|
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
|
void |
TransferActions.data(DataPacket packet)
Receive a data block
|
void |
TransferActions.endTransfer(EndTransferPacket packet)
Receive an End of Transfer
|
void |
ServerActions.information(InformationPacket packet)
Receive a request of information
|
ValidPacket |
ServerActions.informationFile(byte request,
String rulename,
String filename,
boolean jsonOutput)
Receive a request of information (Transfer information or File listing)
|
ValidPacket |
ServerActions.informationRequest(long id,
boolean isTo,
String remoteHost,
boolean jsonOutput)
Receive a request of information (Transfer information or File listing)
|
void |
ServerActions.jsonCommand(JsonCommandPacket packet)
Receive a json request
|
String[] |
ServerActions.logPurge(boolean purge,
boolean clean,
Timestamp start,
Timestamp stop,
String startid,
String stopid,
String rule,
String request,
boolean pending,
boolean transfer,
boolean done,
boolean error,
boolean isPurge)
Purge the logs as required
|
R66Result |
ServerActions.requestRestart(String reqd,
String reqr,
long id,
Date date)
Request to restart a transfer
|
void |
ServerActions.shutdown(byte[] key,
boolean isRestart)
Receive a Shutdown request
|
void |
ServerActions.shutdown(ShutdownPacket packet)
Receive a Shutdown request
|
R66Result |
ServerActions.stopOrCancel(byte type,
String reqd,
String reqr,
long id)
Stop or Cancel a transfer.
|
void |
ServerActions.test(TestPacket packet)
Test reception
|
void |
ServerActions.valid(ValidPacket packet)
Receive a validation or a special request
|
Modifier and Type | Method and Description |
---|---|
LocalChannelReference |
NetworkTransaction.createConnectionWithRetryWithAuthenticationException(SocketAddress socketAddress,
boolean isSSL,
R66Future futureRequest)
Create a connection to the specified socketAddress with multiple retries
|
Copyright © 2009–2020 Waarp. All rights reserved.