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 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
OFParseError
public 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)
Copyright © 2015. All rights reserved.