public abstract class LinkStateNLRI extends NLRI
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
log |
protected int |
NLRIType |
protected int |
TotalNLRILength |
bytes, length
Constructor and Description |
---|
LinkStateNLRI() |
LinkStateNLRI(byte[] bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
abstract void |
encode() |
protected void |
encodeHeader() |
boolean |
equals(Object obj) |
static int |
getNLRILength(byte[] bytes,
int offset) |
int |
getNLRIType() |
static int |
getNLRIType(byte[] bytes,
int offset) |
int |
getTotalNLRILength() |
static int |
getTotalTLVLength(byte[] bytes,
int offset) |
static int |
getType(byte[] bytes,
int offset) |
int |
hashCode() |
protected void |
setNLRIType(int nLRIType) |
protected void |
setTotalNLRILength(int totalNLRILength) |
getBytes, getLength, setBytes, setLength
protected int NLRIType
protected int TotalNLRILength
protected static final org.slf4j.Logger log
public LinkStateNLRI()
public LinkStateNLRI(byte[] bytes, int offset)
protected void encodeHeader()
public static int getTotalTLVLength(byte[] bytes, int offset)
public static int getNLRILength(byte[] bytes, int offset)
public static int getType(byte[] bytes, int offset)
public int getNLRIType()
protected void setNLRIType(int nLRIType)
public int getTotalNLRILength()
protected void setTotalNLRILength(int totalNLRILength)
public static int getNLRIType(byte[] bytes, int offset)
public abstract void encode()
public int hashCode()
hashCode
in class BGP4Object
public boolean equals(Object obj)
equals
in class BGP4Object
Copyright © 2016. All rights reserved.