public class OFBsnMulticastPacketSerializerVer15 extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
BSN_MULTICAST_PACKET_NONE_VAL |
static short |
BSN_MULTICAST_PACKET_PIM_ASSERT_VAL |
static short |
BSN_MULTICAST_PACKET_PIM_HELLO_VAL |
static short |
BSN_MULTICAST_PACKET_PIM_JOIN_PRUNE_VAL |
| Constructor and Description |
|---|
OFBsnMulticastPacketSerializerVer15() |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnMulticastPacket |
ofWireValue(short val) |
static void |
putTo(OFBsnMulticastPacket e,
com.google.common.hash.PrimitiveSink sink) |
static OFBsnMulticastPacket |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFBsnMulticastPacket e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBsnMulticastPacket e) |
public static final short BSN_MULTICAST_PACKET_NONE_VAL
public static final short BSN_MULTICAST_PACKET_PIM_HELLO_VAL
public static final short BSN_MULTICAST_PACKET_PIM_JOIN_PRUNE_VAL
public static final short BSN_MULTICAST_PACKET_PIM_ASSERT_VAL
public static OFBsnMulticastPacket readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
OFBsnMulticastPacket e)
public static void putTo(OFBsnMulticastPacket e, com.google.common.hash.PrimitiveSink sink)
public static OFBsnMulticastPacket ofWireValue(short val)
public static short toWireValue(OFBsnMulticastPacket e)
Copyright © 2021. All rights reserved.