Package | Description |
---|---|
org.waarp.openr66.client |
Classes implementing Clients
|
org.waarp.openr66.context.task |
Classes implementing Tasks for pre, post or error operations
Several kind of tasks exist in OpenR66:
LOG, MOVE, MOVERENAME, COPY, COPYRENAME, EXEC, EXECMOVE, LINKRENAME, TRANSFER, VALIDFILEPATH, DELETE Several tasks are possible to run before a transfer starts (pre action), after a transfer is finished correctly (post action) or after an error occurs (either in pre or post action or during transfer: error action). |
org.waarp.openr66.protocol.localhandler |
Classes implementing LocalHandlers (real work)
|
org.waarp.openr66.protocol.localhandler.packet |
Classes implementing Packet for Local Handlers
|
Constructor and Description |
---|
AbstractBusinessRequest(Class<?> clasz,
R66Future future,
String remoteHost,
NetworkTransaction networkTransaction,
BusinessRequestPacket packet) |
BusinessRequest(NetworkTransaction networkTransaction,
R66Future future,
String remoteHost,
BusinessRequestPacket packet) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractExecJavaTask.validate(BusinessRequestPacket packet)
Server side method to validate the request
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static BusinessRequestPacket |
BusinessRequestPacket.createFromBuffer(int headerLength,
int middleLength,
int endLength,
io.netty.buffer.ByteBuf buf) |
Copyright © 2009–2020 Waarp. All rights reserved.