Class SyncOptimizationsCapabilityTlvParser
- java.lang.Object
-
- org.opendaylight.protocol.pcep.ietf.stateful.StatefulStatefulCapabilityTlvParser
-
- org.opendaylight.protocol.pcep.ietf.initiated.InitiatedStatefulCapabilityTlvParser
-
- org.opendaylight.protocol.pcep.sync.optimizations.SyncOptimizationsCapabilityTlvParser
-
- All Implemented Interfaces:
TlvParser,TlvSerializer
public class SyncOptimizationsCapabilityTlvParser extends InitiatedStatefulCapabilityTlvParser
-
-
Field Summary
Fields Modifier and Type Field Description protected static intD_FLAG_OFFSETprotected static intF_FLAG_OFFSETprotected static intS_FLAG_OFFSETprotected static intT_FLAG_OFFSET-
Fields inherited from class org.opendaylight.protocol.pcep.ietf.initiated.InitiatedStatefulCapabilityTlvParser
I_FLAG_OFFSET
-
Fields inherited from class org.opendaylight.protocol.pcep.ietf.stateful.StatefulStatefulCapabilityTlvParser
FLAGS_F_LENGTH, TYPE, U_FLAG_OFFSET
-
-
Constructor Summary
Constructors Constructor Description SyncOptimizationsCapabilityTlvParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidparseFlags(StatefulBuilder sb, io.netty.buffer.ByteBuf buffer)protected BitArrayserializeFlags(Stateful sct)-
Methods inherited from class org.opendaylight.protocol.pcep.ietf.stateful.StatefulStatefulCapabilityTlvParser
parseTlv, serializeTlv
-
-
-
-
Field Detail
-
S_FLAG_OFFSET
protected static final int S_FLAG_OFFSET
- See Also:
- Constant Field Values
-
T_FLAG_OFFSET
protected static final int T_FLAG_OFFSET
- See Also:
- Constant Field Values
-
D_FLAG_OFFSET
protected static final int D_FLAG_OFFSET
- See Also:
- Constant Field Values
-
F_FLAG_OFFSET
protected static final int F_FLAG_OFFSET
- See Also:
- Constant Field Values
-
-
Method Detail
-
parseFlags
protected void parseFlags(StatefulBuilder sb, io.netty.buffer.ByteBuf buffer)
- Overrides:
parseFlagsin classInitiatedStatefulCapabilityTlvParser
-
serializeFlags
protected BitArray serializeFlags(Stateful sct)
- Overrides:
serializeFlagsin classInitiatedStatefulCapabilityTlvParser
-
-