Interface SaslFrameIF

    • Method Detail

      • accept

        void accept​(SaslFrameVisitor visitor)
        Accept method for a SaslFrame visitor.
        Parameters:
        visitor - SaslFrame visitor
      • getPredictedSize

        int getPredictedSize()
        Returns the predicted size of this SaslFrameIF. The predicted size may be greater than the actual size but it can never be less.
        Returns:
        predicted size
      • getValueString

        java.lang.String getValueString()
        Returns a value representation of this SaslFrameIF.
        Returns:
        value representation