public class NodeFlagBitsNodeAttribTLV extends BGP4TLVFormat
log, tlv_bytes, TLVType, TLVValueLength, TotalTLVLength| Constructor and Description | 
|---|
NodeFlagBitsNodeAttribTLV()  | 
NodeFlagBitsNodeAttribTLV(byte[] bytes,
                         int offset)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
decode()  | 
void | 
encode()  | 
byte | 
getFlags()  | 
boolean | 
isAbr_bit()  | 
boolean | 
isAttached_bit()  | 
boolean | 
isExternal_bit()  | 
boolean | 
isOverload_bit()  | 
boolean | 
isReserved()  | 
void | 
setAbr_bit(boolean abr_bit)  | 
void | 
setAttached_bit(boolean attached_bit)  | 
void | 
setExternal_bit(boolean external_bit)  | 
void | 
setFlags(byte flags)  | 
void | 
setOverload_bit(boolean overload_bit)  | 
void | 
setReserved(boolean reserved)  | 
String | 
toString()  | 
encodeHeader, getTlv_bytes, getTLVLength, getTLVType, getTLVValueLength, getTotalTLVLength, getTotalTLVLength, getType, setTlv_bytes, setTLVType, setTLVValueLengthpublic NodeFlagBitsNodeAttribTLV()
public NodeFlagBitsNodeAttribTLV(byte[] bytes,
                                 int offset)
public void encode()
encode in class BGP4TLVFormatpublic void decode()
public boolean isOverload_bit()
public void setOverload_bit(boolean overload_bit)
public boolean isAttached_bit()
public void setAttached_bit(boolean attached_bit)
public boolean isExternal_bit()
public void setExternal_bit(boolean external_bit)
public boolean isAbr_bit()
public void setAbr_bit(boolean abr_bit)
public boolean isReserved()
public void setReserved(boolean reserved)
public byte getFlags()
public void setFlags(byte flags)
Copyright © 2016. All rights reserved.