public class OSPFForwardingAddressPrefixAttribTLV extends BGP4TLVFormat
log, tlv_bytes, TLVType, TLVValueLength, TotalTLVLength| Constructor and Description |
|---|
OSPFForwardingAddressPrefixAttribTLV() |
OSPFForwardingAddressPrefixAttribTLV(byte[] bytes,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode() |
void |
encode() |
int |
getLen() |
Inet4Address |
getOSPFAddress() |
void |
setLen(int len) |
void |
setOSPFAddress(Inet4Address oSPFAddress) |
String |
toString() |
encodeHeader, getTlv_bytes, getTLVLength, getTLVType, getTLVValueLength, getTotalTLVLength, getTotalTLVLength, getType, setTlv_bytes, setTLVType, setTLVValueLengthpublic OSPFForwardingAddressPrefixAttribTLV()
public OSPFForwardingAddressPrefixAttribTLV(byte[] bytes,
int offset)
public void encode()
encode in class BGP4TLVFormatpublic void decode()
public Inet4Address getOSPFAddress()
public void setOSPFAddress(Inet4Address oSPFAddress)
public int getLen()
public void setLen(int len)
Copyright © 2016. All rights reserved.