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(org.jboss.netty.buffer.ChannelBuffer bb) |
static Set<OFActionType> |
readSupportedActions(org.jboss.netty.buffer.ChannelBuffer bb) |
static int |
supportedActionsToWire(Set<OFActionType> supportedActions) |
static void |
writeSupportedActions(org.jboss.netty.buffer.ChannelBuffer bb,
Set<OFActionType> supportedActions) |
public static Match readOFMatch(org.jboss.netty.buffer.ChannelBuffer bb) throws OFParseError
OFParseError
public static Set<OFActionType> readSupportedActions(org.jboss.netty.buffer.ChannelBuffer 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(org.jboss.netty.buffer.ChannelBuffer bb, Set<OFActionType> supportedActions)
Copyright © 2015. All rights reserved.