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