Package | Description |
---|---|
org.waarp.openr66.protocol.localhandler |
Classes implementing LocalHandlers (real work)
|
org.waarp.openr66.protocol.localhandler.packet |
Classes implementing Packet for Local Handlers
|
Modifier and Type | Method and Description |
---|---|
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)
|
Modifier and Type | Method and Description |
---|---|
void |
ServerActions.valid(ValidPacket packet)
Receive a validation or a special request
|
Modifier and Type | Method and Description |
---|---|
static ValidPacket |
ValidPacket.createFromBuffer(int headerLength,
int middleLength,
int endLength,
io.netty.buffer.ByteBuf buf) |
Copyright © 2009–2022 Waarp. All rights reserved.