public class OFBsnPimPacketTypeSerializerVer13 extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
BSN_PIM_PACKET_TYPE_HELLO_VAL |
static short |
BSN_PIM_PACKET_TYPE_JOIN_PRUNE_VAL |
static short |
BSN_PIM_PACKET_TYPE_NONE_VAL |
| Constructor and Description |
|---|
OFBsnPimPacketTypeSerializerVer13() |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnPimPacketType |
ofWireValue(short val) |
static void |
putTo(OFBsnPimPacketType e,
com.google.common.hash.PrimitiveSink sink) |
static OFBsnPimPacketType |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFBsnPimPacketType e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBsnPimPacketType e) |
public static final short BSN_PIM_PACKET_TYPE_NONE_VAL
public static final short BSN_PIM_PACKET_TYPE_HELLO_VAL
public static final short BSN_PIM_PACKET_TYPE_JOIN_PRUNE_VAL
public static OFBsnPimPacketType readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
OFBsnPimPacketType e)
public static void putTo(OFBsnPimPacketType e, com.google.common.hash.PrimitiveSink sink)
public static OFBsnPimPacketType ofWireValue(short val)
public static short toWireValue(OFBsnPimPacketType e)
Copyright © 2019. All rights reserved.