public class ChannelUtilsVer11 extends Object
| Constructor and Description |
|---|
ChannelUtilsVer11() |
| Modifier and Type | Method and Description |
|---|---|
static Match |
readOFMatch(io.netty.buffer.ByteBuf bb) |
static OFMatchBmap |
readOFMatchBmap(io.netty.buffer.ByteBuf bb) |
static Stat |
readOFStat(io.netty.buffer.ByteBuf bb) |
static void |
writeOFMatchBmap(io.netty.buffer.ByteBuf bb,
OFMatchBmap match) |
public static Match readOFMatch(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static OFMatchBmap readOFMatchBmap(io.netty.buffer.ByteBuf bb)
public static void writeOFMatchBmap(io.netty.buffer.ByteBuf bb,
OFMatchBmap match)
public static Stat readOFStat(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorCopyright © 2017. All rights reserved.