Class LispAddressSerializerContext
- java.lang.Object
-
- org.opendaylight.lispflowmapping.lisp.serializer.address.LispAddressSerializerContext
-
public class LispAddressSerializerContext extends java.lang.Object
Class to pass around (de)serialization context information.- Author:
- Lorand Jakab
-
-
Field Summary
Fields Modifier and Type Field Description static short
MASK_LEN_MISSING
-
Constructor Summary
Constructors Constructor Description LispAddressSerializerContext(short maskLen)
LispAddressSerializerContext(InstanceIdType vni)
LispAddressSerializerContext(InstanceIdType vni, short maskLength)
-
-
-
Field Detail
-
MASK_LEN_MISSING
public static final short MASK_LEN_MISSING
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LispAddressSerializerContext
public LispAddressSerializerContext(InstanceIdType vni)
-
LispAddressSerializerContext
public LispAddressSerializerContext(short maskLen)
-
LispAddressSerializerContext
public LispAddressSerializerContext(InstanceIdType vni, short maskLength)
-
-