Class GetQueueConfigInputMessageFactory
java.lang.Object
org.opendaylight.openflowjava.protocol.impl.deserialization.factories.GetQueueConfigInputMessageFactory
- All Implemented Interfaces:
OFDeserializer<GetQueueConfigInput>,OFGeneralDeserializer
public class GetQueueConfigInputMessageFactory
extends Object
implements OFDeserializer<GetQueueConfigInput>
Translates GetQueueConfigInput messages.
- Author:
- giuseppex.petralia@intel.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(io.netty.buffer.ByteBuf rawMessage) Transforms byte message into POJO/DTO (of type E).
-
Constructor Details
-
GetQueueConfigInputMessageFactory
public GetQueueConfigInputMessageFactory()
-
-
Method Details
-
deserialize
Description copied from interface:OFDeserializerTransforms byte message into POJO/DTO (of type E).- Specified by:
deserializein interfaceOFDeserializer<GetQueueConfigInput>- Parameters:
rawMessage- message as bytes in ByteBuf- Returns:
- POJO/DTO
-