public class OFBsnBfdEndpointStateSerializerVer14 extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
BSN_BFD_ENDPOINT_REMOTE_ADMINDOWN_VAL |
static byte |
BSN_BFD_ENDPOINT_SESSION_ERROR_VAL |
static byte |
BSN_BFD_ENDPOINT_STATE_ADMINDOWN_VAL |
static byte |
BSN_BFD_ENDPOINT_STATE_DOWN_VAL |
static byte |
BSN_BFD_ENDPOINT_STATE_INIT_VAL |
static byte |
BSN_BFD_ENDPOINT_STATE_UP_VAL |
| Constructor and Description |
|---|
OFBsnBfdEndpointStateSerializerVer14() |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnBfdEndpointState |
ofWireValue(byte val) |
static void |
putTo(OFBsnBfdEndpointState e,
com.google.common.hash.PrimitiveSink sink) |
static OFBsnBfdEndpointState |
readFrom(io.netty.buffer.ByteBuf bb) |
static byte |
toWireValue(OFBsnBfdEndpointState e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBsnBfdEndpointState e) |
public static final byte BSN_BFD_ENDPOINT_STATE_ADMINDOWN_VAL
public static final byte BSN_BFD_ENDPOINT_STATE_DOWN_VAL
public static final byte BSN_BFD_ENDPOINT_STATE_INIT_VAL
public static final byte BSN_BFD_ENDPOINT_STATE_UP_VAL
public static final byte BSN_BFD_ENDPOINT_SESSION_ERROR_VAL
public static final byte BSN_BFD_ENDPOINT_REMOTE_ADMINDOWN_VAL
public OFBsnBfdEndpointStateSerializerVer14()
public static OFBsnBfdEndpointState readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
OFBsnBfdEndpointState e)
public static void putTo(OFBsnBfdEndpointState e, com.google.common.hash.PrimitiveSink sink)
public static OFBsnBfdEndpointState ofWireValue(byte val)
public static byte toWireValue(OFBsnBfdEndpointState e)
Copyright © 2018. All rights reserved.