public class ChannelUtilsVer10 extends Object
| Constructor and Description |
|---|
ChannelUtilsVer10() |
| Modifier and Type | Method and Description |
|---|---|
static void |
putSupportedActionsTo(Set<OFActionType> supportedActions,
com.google.common.hash.PrimitiveSink sink) |
static Match |
readOFMatch(io.netty.buffer.ByteBuf bb) |
static Stat |
readOFStat(io.netty.buffer.ByteBuf bb) |
static Set<OFActionType> |
readSupportedActions(io.netty.buffer.ByteBuf bb) |
static int |
supportedActionsToWire(Set<OFActionType> supportedActions) |
static void |
writeSupportedActions(io.netty.buffer.ByteBuf bb,
Set<OFActionType> supportedActions) |
public static Match readOFMatch(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static Set<OFActionType> readSupportedActions(io.netty.buffer.ByteBuf bb)
public static int supportedActionsToWire(Set<OFActionType> supportedActions)
public static void putSupportedActionsTo(Set<OFActionType> supportedActions, com.google.common.hash.PrimitiveSink sink)
public static void writeSupportedActions(io.netty.buffer.ByteBuf bb,
Set<OFActionType> supportedActions)
public static Stat readOFStat(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorCopyright © 2019. All rights reserved.