public class RemoteInterfaceIPAddress extends OSPFSubTLV
log, tlv_bytes, TLVType, TotalTLVLength| Constructor and Description | 
|---|
RemoteInterfaceIPAddress()  | 
RemoteInterfaceIPAddress(byte[] bytes,
                        int offset)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addRemoteInterfaceIPAddress(Inet4Address address)  | 
protected void | 
decode()  | 
void | 
encode()  | 
Inet4Address | 
getRemoteInterfaceIPAddress(int i)  | 
LinkedList<Inet4Address> | 
getRemoteInterfaceIPAddressList()  | 
void | 
setRemoteInterfaceIPAddressList(LinkedList<Inet4Address> localInterfaceIPAddressList)  | 
String | 
toString()  | 
encodeHeader, equals, getTlv_bytes, getTLVLength, getTLVType, getTLVValueLength, getTotalTLVLength, getTotalTLVLength, getType, hashCode, setTlv_bytes, setTLVType, setTLVValueLengthpublic RemoteInterfaceIPAddress()
public RemoteInterfaceIPAddress(byte[] bytes,
                                int offset)
                         throws MalformedOSPFSubTLVException
MalformedOSPFSubTLVExceptionpublic void encode()
encode in class OSPFSubTLVprotected void decode()
               throws MalformedOSPFSubTLVException
decode in class OSPFSubTLVMalformedOSPFSubTLVExceptionpublic void addRemoteInterfaceIPAddress(Inet4Address address)
public Inet4Address getRemoteInterfaceIPAddress(int i)
public LinkedList<Inet4Address> getRemoteInterfaceIPAddressList()
public void setRemoteInterfaceIPAddressList(LinkedList<Inet4Address> localInterfaceIPAddressList)
Copyright © 2016. All rights reserved.