Class SourceDestKeyHelper
- java.lang.Object
-
- org.opendaylight.lispflowmapping.lisp.util.SourceDestKeyHelper
-
public final class SourceDestKeyHelper extends java.lang.Object
Helper methods for Source/Dest Key type LCAF addresses.- Author:
- Lorand Jakab
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Eid
getDst(Eid eid)
static Eid
getDstBinary(Eid eid)
static short
getDstMask(Eid eid)
static Eid
getSrc(Eid eid)
static Eid
getSrcBinary(Eid eid)
static short
getSrcMask(Eid eid)
-