Uses of Class
net.jolsrv2.data.Tlv

Packages that use Tlv
net.jolsrv2.data   
net.jolsrv2.repository.neighbourhood   
net.jolsrv2.repository.topology   
 

Uses of Tlv in net.jolsrv2.data
 

Methods in net.jolsrv2.data that return types with arguments of type Tlv
 java.util.ArrayList<Tlv> Message.getMessageTlvs()
          Return the message TLVs
 java.util.ArrayList<Tlv> TlvBlock.getTlvs()
          Returns the TLVs in the TLV block
 

Methods in net.jolsrv2.data with parameters of type Tlv
 void TlvBlock.add(Tlv tlv)
          Adds a TLV to the TLV block
 

Constructor parameters in net.jolsrv2.data with type arguments of type Tlv
TlvBlock(java.util.ArrayList<Tlv> tlvs)
          Constructor
 

Uses of Tlv in net.jolsrv2.repository.neighbourhood
 

Method parameters in net.jolsrv2.repository.neighbourhood with type arguments of type Tlv
 void SymmetricNeighbourSet.populate(CidrAddress receivingCAddress, java.util.ArrayList<CidrAddress> libCAddresses, java.util.ArrayList<CidrAddress> cidrAddresses, java.util.ArrayList<Tlv> tlvs, long validityTime)
          Method populating the symmetric neighbour set, as proposed in the specification
 boolean MprSelectorSet.populate(CidrAddress localCAddresses, java.util.ArrayList<CidrAddress> libCAddresses, java.util.ArrayList<CidrAddress> cidrAddresses, java.util.ArrayList<Tlv> tlvs, long validityTime)
          Populates the MPR selector set.
 boolean TwoHopSet.populate(CidrAddress receivingCAddress, CidrAddress sendingCAddress, long validityTime, java.util.ArrayList<CidrAddress> cidrAddresses, java.util.ArrayList<Tlv> tlvs)
          Populates the two hop set as suggested in the specification
 void LinkSet.populate2(CidrAddress receivingCAddress, CidrAddress sourceCAddress, long validityTime, long intervalTime, Values willingness, java.util.ArrayList<CidrAddress> cidrAddresses, java.util.ArrayList<Tlv> tlvs)
          Populating the link set with the addresses found in the address blocks other than the LIB.
 

Uses of Tlv in net.jolsrv2.repository.topology
 

Method parameters in net.jolsrv2.repository.topology with type arguments of type Tlv
 void AttachedNetworkSet.populate(java.util.ArrayList<CidrAddress> libCAddresses, java.util.ArrayList<CidrAddress> cAddresses, java.util.ArrayList<Tlv> tlvs, int ansn, long validityTime)
          Method populating the symmetric neighbour set, as proposed in the specification
 boolean TopologySet.update(java.util.ArrayList<CidrAddress> libCAddresses, java.util.ArrayList<java.net.InetAddress> addresses, java.util.ArrayList<Tlv> tlvs, long validityTime, int ansn)
          Updates the topology set as suggested in the specification