Interface Transport.PeerUpPacketOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Transport.PeerUpPacket, Transport.PeerUpPacket.Builder
    Enclosing class:
    Transport

    public static interface Transport.PeerUpPacketOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 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.
      • hasLocalAddress

        boolean hasLocalAddress()
        .IpAddress local_address = 2;
        Returns:
        Whether the localAddress field is set.
      • getLocalAddress

        Transport.IpAddress getLocalAddress()
        .IpAddress local_address = 2;
        Returns:
        The localAddress.
      • getLocalPort

        int getLocalPort()
        uint32 local_port = 3;
        Returns:
        The localPort.
      • getRemotePort

        int getRemotePort()
        uint32 remote_port = 4;
        Returns:
        The remotePort.
      • hasSendMsg

        boolean hasSendMsg()
        .PeerUpPacket.OpenMessage send_msg = 5;
        Returns:
        Whether the sendMsg field is set.
      • hasRecvMsg

        boolean hasRecvMsg()
        .PeerUpPacket.OpenMessage recv_msg = 6;
        Returns:
        Whether the recvMsg field is set.
      • getSysName

        String getSysName()
        string sys_name = 7;
        Returns:
        The sysName.
      • getSysNameBytes

        com.google.protobuf.ByteString getSysNameBytes()
        string sys_name = 7;
        Returns:
        The bytes for sysName.
      • getSysDesc

        String getSysDesc()
        string sys_desc = 8;
        Returns:
        The sysDesc.
      • getSysDescBytes

        com.google.protobuf.ByteString getSysDescBytes()
        string sys_desc = 8;
        Returns:
        The bytes for sysDesc.
      • getMessage

        String getMessage()
        string message = 9;
        Returns:
        The message.
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
        string message = 9;
        Returns:
        The bytes for message.
      • getTableName

        String getTableName()
        string table_name = 10;
        Returns:
        The tableName.
      • getTableNameBytes

        com.google.protobuf.ByteString getTableNameBytes()
        string table_name = 10;
        Returns:
        The bytes for tableName.