Interface ClientWireProtocol.ClientConnection2ResponseOrBuilder

    • Method Detail

      • hasResponse

        boolean hasResponse()
        .xg.cmdcomp.ConfirmationResponse response = 1;
        Returns:
        Whether the response field is set.
      • getRedirect

        boolean getRedirect()
        Redirect = true, means we are telling client to connect elsewhere
         
        bool redirect = 2;
        Returns:
        The redirect.
      • getRedirectHost

        String getRedirectHost()
        string redirectHost = 3;
        Returns:
        The redirectHost.
      • getRedirectHostBytes

        com.google.protobuf.ByteString getRedirectHostBytes()
        string redirectHost = 3;
        Returns:
        The bytes for redirectHost.
      • getRedirectPort

        int getRedirectPort()
        fixed32 redirectPort = 4;
        Returns:
        The redirectPort.
      • getCmdcompsList

        List<String> getCmdcompsList()
        If redirect = false, this is a list of all cmdcomps
         
        repeated string cmdcomps = 5;
        Returns:
        A list containing the cmdcomps.
      • getCmdcompsCount

        int getCmdcompsCount()
        If redirect = false, this is a list of all cmdcomps
         
        repeated string cmdcomps = 5;
        Returns:
        The count of cmdcomps.
      • getCmdcomps

        String getCmdcomps​(int index)
        If redirect = false, this is a list of all cmdcomps
         
        repeated string cmdcomps = 5;
        Parameters:
        index - The index of the element to return.
        Returns:
        The cmdcomps at the given index.
      • getCmdcompsBytes

        com.google.protobuf.ByteString getCmdcompsBytes​(int index)
        If redirect = false, this is a list of all cmdcomps
         
        repeated string cmdcomps = 5;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the cmdcomps at the given index.