|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BusinessRequestPacket | |
|---|---|
| openr66.client | Classes implementing Clients |
| 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). |
| openr66.protocol.localhandler.packet | Classes implementing Packet for Local Handlers |
| openr66.protocol.test | Classes implementing Test only |
| Uses of BusinessRequestPacket in openr66.client |
|---|
| Constructors in openr66.client with parameters of type BusinessRequestPacket | |
|---|---|
AbstractBusinessRequest(Class<?> clasz,
R66Future future,
String remoteHost,
NetworkTransaction networkTransaction,
BusinessRequestPacket packet)
|
|
| Uses of BusinessRequestPacket in openr66.context.task |
|---|
| Methods in openr66.context.task with parameters of type BusinessRequestPacket | |
|---|---|
void |
AbstractExecJavaTask.validate(BusinessRequestPacket packet)
Server side methode to validate the request |
| Uses of BusinessRequestPacket in openr66.protocol.localhandler.packet |
|---|
| Methods in openr66.protocol.localhandler.packet that return BusinessRequestPacket | |
|---|---|
static BusinessRequestPacket |
BusinessRequestPacket.createFromBuffer(int headerLength,
int middleLength,
int endLength,
org.jboss.netty.buffer.ChannelBuffer buf)
|
| Uses of BusinessRequestPacket in openr66.protocol.test |
|---|
| Constructors in openr66.protocol.test with parameters of type BusinessRequestPacket | |
|---|---|
TestBusinessRequest(NetworkTransaction networkTransaction,
R66Future future,
String remoteHost,
BusinessRequestPacket packet)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||