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