public class BlockRequestPacket extends AbstractLocalPacket
1 code (byte as 0: unblock, 1:block): block, 1 string: spassword(or key)
EMPTY_ARRAY, end, global, header, LOCAL_HEADER_SIZE, middle
Constructor and Description |
---|
BlockRequestPacket(boolean block,
byte[] spassword) |
Modifier and Type | Method and Description |
---|---|
void |
createAllBuffers(LocalChannelReference lcr,
int networkHeader)
Prepare the 3 buffers Header, Middle and End
|
static BlockRequestPacket |
createFromBuffer(int headerLength,
int middleLength,
int endLength,
io.netty.buffer.ByteBuf buf) |
boolean |
getBlock() |
byte[] |
getKey() |
byte |
getType() |
boolean |
hasGlobalBuffer() |
String |
toString() |
clear, createEnd, createHeader, createMiddle, getLocalPacket, getLocalPacketForNetworkPacket, retain
public BlockRequestPacket(boolean block, byte[] spassword)
block
- spassword
- public static BlockRequestPacket createFromBuffer(int headerLength, int middleLength, int endLength, io.netty.buffer.ByteBuf buf) throws OpenR66ProtocolPacketException
headerLength
- middleLength
- endLength
- buf
- OpenR66ProtocolPacketException
public final boolean hasGlobalBuffer()
hasGlobalBuffer
in class AbstractLocalPacket
public final void createAllBuffers(LocalChannelReference lcr, int networkHeader)
AbstractLocalPacket
createAllBuffers
in class AbstractLocalPacket
public final String toString()
toString
in class AbstractLocalPacket
public final byte getType()
getType
in class AbstractLocalPacket
public final boolean getBlock()
public final byte[] getKey()
Copyright © 2009–2022 Waarp. All rights reserved.