|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use openr66.protocol.localhandler.packet | |
---|---|
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.database.data | Classes implementing Database Data model |
openr66.protocol.localhandler.packet | Classes implementing Packet for Local Handlers |
openr66.protocol.networkhandler.packet | Classes implementing Packet for Network Handler |
openr66.protocol.test | Classes implementing Test only |
openr66.protocol.utils | Classes implementing Utilities |
Classes in openr66.protocol.localhandler.packet used by openr66.client | |
---|---|
BusinessRequestPacket
Business Request Message class for packet 1 string and on integer and one byte: - sheader = full text with class at first place - smiddle = integer - send = byte |
|
TestPacket
Test class for packet 3 strings: sheader,smiddle,send |
Classes in openr66.protocol.localhandler.packet used by openr66.context.task | |
---|---|
BusinessRequestPacket
Business Request Message class for packet 1 string and on integer and one byte: - sheader = full text with class at first place - smiddle = integer - send = byte |
Classes in openr66.protocol.localhandler.packet used by openr66.database.data | |
---|---|
RequestPacket
Request class header = "rulename MODETRANS" middle = way+"FILENAME BLOCKSIZE RANK specialId code" end = "fileInformation" |
Classes in openr66.protocol.localhandler.packet used by openr66.protocol.localhandler.packet | |
---|---|
AbstractLocalPacket
This class represents Abstract Packet with its header, middle and end parts. |
|
AuthentPacket
Request Authentication class header = "hostId" middle = "key bytes" end = localId + way |
|
BusinessRequestPacket
Business Request Message class for packet 1 string and on integer and one byte: - sheader = full text with class at first place - smiddle = integer - send = byte |
|
ConnectionErrorPacket
Connection Error Message class for packet 2 strings: sheader,smiddle |
|
DataPacket
Data packet header = packetRank middle = data |
|
EndRequestPacket
End of Request class header = Error.code middle = way end = might be empty |
|
EndTransferPacket
End of Transfer class header = "request" middle = way end = empty |
|
ErrorPacket
Error Message class for packet 2 strings+1 error code: sheader,smiddle,code |
|
InformationPacket
Information of files class header = "rulename" middle = requestedInfo end = "FILENAME" |
|
InformationPacket.ASKENUM
|
|
KeepAlivePacket
Keep Alive class header = empty middle = way end = empty |
|
NoOpPacket
No Op class header = empty middle = empty end = empty |
|
RequestPacket
Request class header = "rulename MODETRANS" middle = way+"FILENAME BLOCKSIZE RANK specialId code" end = "fileInformation" |
|
RequestPacket.TRANSFERMODE
|
|
ShutdownPacket
Shutdown Message class for packet 1 string: spassword(or key) |
|
StartupPacket
Startup Message class 1 localId (Integer): localId |
|
TestPacket
Test class for packet 3 strings: sheader,smiddle,send |
|
ValidPacket
Validation Message class for packet 2 strings and one byte: sheader,smiddle,send |
Classes in openr66.protocol.localhandler.packet used by openr66.protocol.networkhandler.packet | |
---|---|
AbstractLocalPacket
This class represents Abstract Packet with its header, middle and end parts. |
Classes in openr66.protocol.localhandler.packet used by openr66.protocol.test | |
---|---|
BusinessRequestPacket
Business Request Message class for packet 1 string and on integer and one byte: - sheader = full text with class at first place - smiddle = integer - send = byte |
|
TestPacket
Test class for packet 3 strings: sheader,smiddle,send |
Classes in openr66.protocol.localhandler.packet used by openr66.protocol.utils | |
---|---|
AbstractLocalPacket
This class represents Abstract Packet with its header, middle and end parts. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |