public class OFBsnRoutingParamSerializerVer13 extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
BSN_ROUTING_PARAM_ARP_FRR_VAL |
static short |
BSN_ROUTING_PARAM_IPV6_NDP_FRR_VAL |
static short |
BSN_ROUTING_PARAM_IPV6_OSPF_MCAST_VAL |
static short |
BSN_ROUTING_PARAM_IPV6_OSPF_UCAST_VAL |
static short |
BSN_ROUTING_PARAM_OSPF_MCAST_VAL |
static short |
BSN_ROUTING_PARAM_OSPF_UCAST_VAL |
| Constructor and Description |
|---|
OFBsnRoutingParamSerializerVer13() |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnRoutingParam |
ofWireValue(short val) |
static void |
putTo(OFBsnRoutingParam e,
com.google.common.hash.PrimitiveSink sink) |
static OFBsnRoutingParam |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFBsnRoutingParam e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBsnRoutingParam e) |
public static final short BSN_ROUTING_PARAM_OSPF_UCAST_VAL
public static final short BSN_ROUTING_PARAM_OSPF_MCAST_VAL
public static final short BSN_ROUTING_PARAM_ARP_FRR_VAL
public static final short BSN_ROUTING_PARAM_IPV6_OSPF_UCAST_VAL
public static final short BSN_ROUTING_PARAM_IPV6_OSPF_MCAST_VAL
public static final short BSN_ROUTING_PARAM_IPV6_NDP_FRR_VAL
public static OFBsnRoutingParam readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
OFBsnRoutingParam e)
public static void putTo(OFBsnRoutingParam e, com.google.common.hash.PrimitiveSink sink)
public static OFBsnRoutingParam ofWireValue(short val)
public static short toWireValue(OFBsnRoutingParam e)
Copyright © 2020. All rights reserved.