Class BareJidEncoder.LegacyEncoder

    • Constructor Summary

      Constructors 
      Constructor Description
      LegacyEncoder()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      org.jxmpp.jid.BareJid decode​(java.lang.String string)
      Deprecated.
      Decodes a string back to it's initial representation.
      java.lang.String encode​(org.jxmpp.jid.BareJid jid)
      Deprecated.
      Encodes an object to another representation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LegacyEncoder

        public LegacyEncoder()
        Deprecated.
    • Method Detail

      • encode

        public java.lang.String encode​(org.jxmpp.jid.BareJid jid)
        Deprecated.
        Description copied from interface: StringEncoder
        Encodes an object to another representation.
        Parameters:
        jid - the object to encode.
        Returns:
        the encoded String
      • decode

        public org.jxmpp.jid.BareJid decode​(java.lang.String string)
        Deprecated.
        Description copied from interface: StringEncoder
        Decodes a string back to it's initial representation.
        Parameters:
        string - the string to decode.
        Returns:
        the decoded object