Package | Description |
---|---|
org.waarp.openr66.protocol.localhandler |
Classes implementing LocalHandlers (real work)
|
org.waarp.openr66.protocol.localhandler.packet |
Classes implementing Packet for Local Handlers
|
org.waarp.openr66.protocol.localhandler.packet.compression |
Modifier and Type | Method and Description |
---|---|
void |
TransferActions.data(DataPacket packet)
Receive a data block
|
Modifier and Type | Method and Description |
---|---|
static DataPacket |
DataPacket.createFromBuffer(int headerLength,
int middleLength,
int endLength,
io.netty.buffer.ByteBuf buf) |
Modifier and Type | Method and Description |
---|---|
void |
ZstdCompressionCodecDataPacket.compress(DataPacket dataPacket,
R66Session session) |
void |
ZstdCompressionCodecDataPacket.uncompress(DataPacket dataPacket,
R66Session session) |
Copyright © 2009–2022 Waarp. All rights reserved.