Class Connector

  • All Implemented Interfaces:
    Attribute

    public class Connector
    extends java.lang.Object
    implements Attribute
    0 1 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1| +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | | IPv4 Address of PE | | | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.opennms.netmgt.telemetry.protocols.bmp.parser.proto.bgp.packets.pathattr.Attribute

        Attribute.Visitor
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int connector  
    • Constructor Summary

      Constructors 
      Constructor Description
      Connector​(io.netty.buffer.ByteBuf buffer, PeerFlags flags)  
    • Field Detail

      • connector

        public final int connector
    • Constructor Detail

      • Connector

        public Connector​(io.netty.buffer.ByteBuf buffer,
                         PeerFlags flags)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object