Class OF10QueueGetConfigReplyMessageFactory
- java.lang.Object
-
- org.opendaylight.openflowjava.protocol.impl.deserialization.factories.OF10QueueGetConfigReplyMessageFactory
-
- All Implemented Interfaces:
OFDeserializer<GetQueueConfigOutput>,OFGeneralDeserializer
public class OF10QueueGetConfigReplyMessageFactory extends Object implements OFDeserializer<GetQueueConfigOutput>
Translates QueueGetConfigReply messages (OpenFlow v1.0).- Author:
- michal.polkorab
-
-
Constructor Summary
Constructors Constructor Description OF10QueueGetConfigReplyMessageFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetQueueConfigOutputdeserialize(io.netty.buffer.ByteBuf rawMessage)Transforms byte message into POJO/DTO (of type E).
-
-
-
Method Detail
-
deserialize
public GetQueueConfigOutput deserialize(io.netty.buffer.ByteBuf rawMessage)
Description copied from interface:OFDeserializerTransforms byte message into POJO/DTO (of type E).- Specified by:
deserializein interfaceOFDeserializer<GetQueueConfigOutput>- Parameters:
rawMessage- message as bytes in ByteBuf- Returns:
- POJO/DTO
-
-