@Deprecated public static class BareJidEncoder.LegacyEncoder extends BareJidEncoder
BareJidEncoder.LegacyEncoder, BareJidEncoder.UrlSafeEncoder| Constructor and Description |
|---|
LegacyEncoder()
Deprecated.
|
| Modifier and Type | Method and 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.
|
public java.lang.String encode(org.jxmpp.jid.BareJid jid)
StringEncoderjid - the object to encode.public org.jxmpp.jid.BareJid decode(java.lang.String string)
StringEncoderstring - the string to decode.