public class ProtectionCommonParser extends Object
Modifier and Type | Field and Description |
---|---|
protected static int |
BYTE_SIZE |
protected static int |
CONTENT_LENGTH_C2 |
protected static short |
PROTECTION_SUBOBJECT_TYPE_1 |
protected static short |
PROTECTION_SUBOBJECT_TYPE_2 |
Modifier | Constructor and Description |
---|---|
protected |
ProtectionCommonParser() |
Modifier and Type | Method and Description |
---|---|
protected static ProtectionSubobject |
parseCommonProtectionBody(short ctype,
io.netty.buffer.ByteBuf byteBuf) |
protected static ProtectionSubobject |
parseCommonProtectionBodyType1(io.netty.buffer.ByteBuf byteBuf) |
protected static ProtectionSubobject |
parseCommonProtectionBodyType2(io.netty.buffer.ByteBuf byteBuf) |
protected static void |
serializeBody(Short ctype,
ProtectionSubobject protObj,
io.netty.buffer.ByteBuf output) |
protected static void |
serializeBodyType1(ProtectionSubobject protObj,
io.netty.buffer.ByteBuf output) |
protected static void |
serializeBodyType2(ProtectionSubobject protObj,
io.netty.buffer.ByteBuf output) |
protected static final int BYTE_SIZE
protected static final short PROTECTION_SUBOBJECT_TYPE_1
protected static final short PROTECTION_SUBOBJECT_TYPE_2
protected static final int CONTENT_LENGTH_C2
protected static void serializeBodyType1(ProtectionSubobject protObj, io.netty.buffer.ByteBuf output)
protected static void serializeBodyType2(ProtectionSubobject protObj, io.netty.buffer.ByteBuf output)
protected static ProtectionSubobject parseCommonProtectionBodyType2(io.netty.buffer.ByteBuf byteBuf) throws RSVPParsingException
RSVPParsingException
protected static ProtectionSubobject parseCommonProtectionBodyType1(io.netty.buffer.ByteBuf byteBuf)
protected static void serializeBody(Short ctype, ProtectionSubobject protObj, io.netty.buffer.ByteBuf output)
protected static ProtectionSubobject parseCommonProtectionBody(short ctype, io.netty.buffer.ByteBuf byteBuf) throws RSVPParsingException
RSVPParsingException
Copyright © 2019 OpenDaylight. All rights reserved.