@UnstableApi
public final class StatusMessageEscaper
extends Object
Utility to escape status messages (e.g., error messages) for saving to ascii headers.
-
Method Summary
Escape the provided unicode
String into ascii.
Unescape the provided ascii to a unicode
String.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
escape
Escape the provided unicode
String into ascii.
-
unescape
Unescape the provided ascii to a unicode
String.