Class ConnectReply

    • Constructor Detail

      • ConnectReply

        public ConnectReply​(java.lang.String routerName,
                            boolean authRequired,
                            java.lang.String crFactory,
                            java.io.Serializable challenge,
                            long leaseTimeout)
      • ConnectReply

        public ConnectReply()
    • Method Detail

      • getRouterName

        public java.lang.String getRouterName()
      • setRouterName

        public void setRouterName​(java.lang.String routerName)
      • isAuthRequired

        public boolean isAuthRequired()
      • setAuthRequired

        public void setAuthRequired​(boolean authRequired)
      • getCrFactory

        public java.lang.String getCrFactory()
      • setCrFactory

        public void setCrFactory​(java.lang.String crFactory)
      • getChallenge

        public java.io.Serializable getChallenge()
      • setChallenge

        public void setChallenge​(java.io.Serializable challenge)
      • getLeaseTimeout

        public long getLeaseTimeout()
      • setLeaseTimeout

        public void setLeaseTimeout​(long leaseTimeout)
      • getDumpId

        public int getDumpId()
        Description copied from class: Reply
        Returns a unique dump id for this object.
        Specified by:
        getDumpId in interface Dumpable
        Overrides:
        getDumpId in class Reply
        Returns:
        unique dump id
      • writeContent

        public void writeContent​(java.io.DataOutput out)
                          throws java.io.IOException
        Description copied from class: Reply
        Write the content of this object to the stream.
        Specified by:
        writeContent in interface Dumpable
        Overrides:
        writeContent in class Reply
        Parameters:
        out - output stream
        Throws:
        java.io.IOException - if an error occurs
      • readContent

        public void readContent​(java.io.DataInput in)
                         throws java.io.IOException
        Description copied from class: Reply
        Read the content of this object from the stream.
        Specified by:
        readContent in interface Dumpable
        Overrides:
        readContent in class Reply
        Parameters:
        in - input stream
        Throws:
        java.io.IOException - if an error occurs
      • toString

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