Class CtClearCodec
java.lang.Object
org.opendaylight.openflowjava.nx.codec.action.AbstractActionCodec
org.opendaylight.openflowjava.nx.codec.action.CtClearCodec
- All Implemented Interfaces:
- OFDeserializer<Action>,- OFGeneralDeserializer,- OFGeneralSerializer,- OFSerializer<Action>
Codec for the ct_Clear.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final NiciraActionDeserializerKeystatic final NiciraActionSerializerKey
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondeserialize(io.netty.buffer.ByteBuf message) Transforms byte message into POJO/DTO (of type E).voidTransforms POJO/DTO into byte message (ByteBuf).Methods inherited from class org.opendaylight.openflowjava.nx.codec.action.AbstractActionCodecdeserializeHeader, getExperimenterId, readNxmHeader, serializeHeader, skipPadding, writeNxmHeader, writePaddingAndSetLength
- 
Field Details- 
SERIALIZER_KEY
- 
DESERIALIZER_KEY
 
- 
- 
Constructor Details- 
CtClearCodecpublic CtClearCodec()
 
- 
- 
Method Details- 
serializeDescription copied from interface:OFSerializerTransforms POJO/DTO into byte message (ByteBuf).- Parameters:
- input- object to be serialized
- outBuffer- output buffer
 
- 
deserializeDescription copied from interface:OFDeserializerTransforms byte message into POJO/DTO (of type E).- Parameters:
- message- message as bytes in ByteBuf
- Returns:
- POJO/DTO
 
 
-