Class BareJidEncoder.LegacyEncoder
java.lang.Object
org.jivesoftware.smack.util.stringencoder.BareJidEncoder
org.jivesoftware.smack.util.stringencoder.BareJidEncoder.LegacyEncoder
- All Implemented Interfaces:
StringEncoder<BareJid>
- Enclosing class:
- BareJidEncoder
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smack.util.stringencoder.BareJidEncoder
BareJidEncoder.LegacyEncoder, BareJidEncoder.UrlSafeEncoder -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LegacyEncoder
public LegacyEncoder()Deprecated.
-
-
Method Details
-
encode
Deprecated.Description copied from interface:StringEncoderEncodes an object to another representation.- Parameters:
jid- the object to encode.- Returns:
- the encoded String
-
decode
Deprecated.Description copied from interface:StringEncoderDecodes a string back to it's initial representation.- Parameters:
string- the string to decode.- Returns:
- the decoded object
-