public class PrefixNLRI extends LinkStateNLRI
log, NLRIType, TotalNLRILengthbytes, length| Constructor and Description | 
|---|
PrefixNLRI()  | 
PrefixNLRI(byte[] bytes,
          int offset)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
encode()  | 
IPReachabilityInformationPrefixDescriptorSubTLV | 
getIpReachability()  | 
LocalNodeDescriptorsTLV | 
getLocalNodeDescriptors()  | 
OSPFRouteTypePrefixDescriptorSubTLV | 
getOSPFRouteType()  | 
int | 
getProtocolID()  | 
long | 
getRoutingUniverseIdentifier()  | 
void | 
setIpReachability(IPReachabilityInformationPrefixDescriptorSubTLV ipReachability)  | 
void | 
setLocalNodeDescriptors(LocalNodeDescriptorsTLV localNodeDescriptors)  | 
void | 
setOSPFRouteType(OSPFRouteTypePrefixDescriptorSubTLV oSPFRouteType)  | 
void | 
setProtocolID(int protocolID)  | 
encodeHeader, equals, getNLRILength, getNLRIType, getNLRIType, getTotalNLRILength, getTotalTLVLength, getType, hashCode, setNLRIType, setTotalNLRILengthgetBytes, getLength, setBytes, setLengthpublic PrefixNLRI()
public PrefixNLRI(byte[] bytes,
                  int offset)
public void encode()
encode in interface BGP4Elementencode in class LinkStateNLRIpublic int getProtocolID()
public void setProtocolID(int protocolID)
public LocalNodeDescriptorsTLV getLocalNodeDescriptors()
public void setLocalNodeDescriptors(LocalNodeDescriptorsTLV localNodeDescriptors)
public long getRoutingUniverseIdentifier()
public OSPFRouteTypePrefixDescriptorSubTLV getOSPFRouteType()
public void setOSPFRouteType(OSPFRouteTypePrefixDescriptorSubTLV oSPFRouteType)
public IPReachabilityInformationPrefixDescriptorSubTLV getIpReachability()
public void setIpReachability(IPReachabilityInformationPrefixDescriptorSubTLV ipReachability)
Copyright © 2016. All rights reserved.