Class StatusMessageEscaper
- java.lang.Object
-
- com.linecorp.armeria.common.grpc.protocol.StatusMessageEscaper
-
public final class StatusMessageEscaper extends Object
Utility to escape status messages (e.g., error messages) for saving to ascii headers.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringescape(String value)Escape the provided unicodeStringinto ascii.static Stringunescape(String value)Unescape the provided ascii to a unicodeString.
-