Package | Description |
---|---|
es.tid.ospf.ospfv2.lsa.tlv.subtlv |
OSPF v2 LSA Sub TLVs (defined in RFC 3630)
|
es.tid.ospf.ospfv2.lsa.tlv.subtlv.complexFields |
Modifier and Type | Method and Description |
---|---|
protected void |
UnreservedBandwidth.decode() |
protected void |
TrafficEngineeringMetric.decode() |
void |
SharedRiskLinkGroup.decode() |
protected void |
RemoteInterfaceIPAddress.decode() |
void |
RemoteASNumber.decode() |
void |
PortLabelRestriction.decode() |
protected abstract void |
OSPFSubTLV.decode() |
protected void |
MaximumReservableBandwidth.decode() |
protected void |
MaximumBandwidth.decode() |
protected void |
LocalInterfaceIPAddress.decode() |
protected void |
LinkType.decode()
Decode a LinkType OSPF Sub TLV
|
protected void |
LinkProtectionType.decode() |
protected void |
LinkLocalRemoteIdentifiers.decode() |
protected void |
LinkID.decode()
Decode the linkID OSPFv2 sub-TLV
|
void |
IPv4RemoteASBRID.decode() |
protected void |
InterfaceSwitchingCapabilityDescriptor.decode()
Decode the Interface Switching Capability Descriptor
|
void |
AvailableLabels.decode() |
protected void |
AdministrativeGroup.decode() |
abstract void |
OSPFSubTLV.encode() |
void |
AvailableLabels.encode() |
void |
AdministrativeGroup.encode()
Encode the 4 byte Administrative group
|
Constructor and Description |
---|
AdministrativeGroup(byte[] bytes,
int offset) |
AvailableLabels(byte[] bytes,
int offset) |
InterfaceSwitchingCapabilityDescriptor(byte[] bytes,
int offset)
Contruct from a byte array and a given offset
|
IPv4RemoteASBRID(byte[] bytes,
int offset) |
LinkID(byte[] bytes,
int offset) |
LinkLocalRemoteIdentifiers(byte[] bytes,
int offset) |
LinkProtectionType(byte[] bytes,
int offset) |
LinkType(byte[] bytes,
int offset)
Use this to decode a LinkType OSPF Sub TLV from a sequence of bytes
|
LocalInterfaceIPAddress(byte[] bytes,
int offset) |
MaximumBandwidth(byte[] bytes,
int offset) |
MaximumReservableBandwidth(byte[] bytes,
int offset) |
PortLabelRestriction(byte[] bytes,
int offset) |
RemoteASNumber(byte[] bytes,
int offset) |
RemoteInterfaceIPAddress(byte[] bytes,
int offset) |
SharedRiskLinkGroup(byte[] bytes,
int offset) |
TrafficEngineeringMetric(byte[] bytes,
int offset) |
UnreservedBandwidth(byte[] bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
abstract void |
LabelSetField.decode() |
void |
LabelRangeField.decode() |
void |
LabelListField.decode() |
void |
BitmapLabelSet.decode() |
Constructor and Description |
---|
BitmapLabelSet(byte[] bytes,
int offset) |
LabelListField(byte[] bytes,
int offset) |
LabelRangeField(byte[] bytes,
int offset) |
Copyright © 2016. All rights reserved.