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 |
Constructor and Description |
---|
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 final void serializeBody(Short cType, ProtectionSubobject protObj, io.netty.buffer.ByteBuf output)
protected static final ProtectionSubobject parseCommonProtectionBody(short cType, io.netty.buffer.ByteBuf byteBuf) throws RSVPParsingException
RSVPParsingException
Copyright © 2018 OpenDaylight. All rights reserved.