Interface Transport.PeerDownPacketOrBuilder

    • Method Detail

      • hasPeer

        boolean hasPeer()
        .Peer peer = 1;
        Returns:
        Whether the peer field is set.
      • getPeer

        Transport.Peer getPeer()
        .Peer peer = 1;
        Returns:
        The peer.
      • hasLocalBgpNotification

        boolean hasLocalBgpNotification()
        .PeerDownPacket.Code local_bgp_notification = 2;
        Returns:
        Whether the localBgpNotification field is set.
      • getLocalBgpNotification

        Transport.PeerDownPacket.Code getLocalBgpNotification()
        .PeerDownPacket.Code local_bgp_notification = 2;
        Returns:
        The localBgpNotification.
      • getLocalNoNotification

        int getLocalNoNotification()
        uint32 local_no_notification = 3;
        Returns:
        The localNoNotification.
      • hasRemoteBgpNotification

        boolean hasRemoteBgpNotification()
        .PeerDownPacket.Code remote_bgp_notification = 4;
        Returns:
        Whether the remoteBgpNotification field is set.
      • getRemoteBgpNotification

        Transport.PeerDownPacket.Code getRemoteBgpNotification()
        .PeerDownPacket.Code remote_bgp_notification = 4;
        Returns:
        The remoteBgpNotification.
      • hasRemoteNoNotification

        boolean hasRemoteNoNotification()
        .google.protobuf.Empty remote_no_notification = 5;
        Returns:
        Whether the remoteNoNotification field is set.
      • getRemoteNoNotification

        com.google.protobuf.Empty getRemoteNoNotification()
        .google.protobuf.Empty remote_no_notification = 5;
        Returns:
        The remoteNoNotification.
      • getRemoteNoNotificationOrBuilder

        com.google.protobuf.EmptyOrBuilder getRemoteNoNotificationOrBuilder()
        .google.protobuf.Empty remote_no_notification = 5;
      • hasUnknown

        boolean hasUnknown()
        .google.protobuf.Empty unknown = 6;
        Returns:
        Whether the unknown field is set.
      • getUnknown

        com.google.protobuf.Empty getUnknown()
        .google.protobuf.Empty unknown = 6;
        Returns:
        The unknown.
      • getUnknownOrBuilder

        com.google.protobuf.EmptyOrBuilder getUnknownOrBuilder()
        .google.protobuf.Empty unknown = 6;