public interface OFMessageReader<T>
| Modifier and Type | Method and Description |
|---|---|
T |
readFrom(io.netty.buffer.ByteBuf bb)
Read the next available openflow message from the given byte buffer.
|
@Nullable T readFrom(@Nonnull io.netty.buffer.ByteBuf bb) throws OFParseError
bb - input byte bufferOFParseError - if a protocol error occurs.Copyright © 2021. All rights reserved.