Package io.grpc

Class Status.StatusCodeMarshaller

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Status parseAsciiString​(byte[] serialized)
      Parse a serialized metadata value from an ASCII string.
      byte[] toAsciiString​(Status status)
      Serialize a metadata value to a ASCII string that contains only the characters listed in the class comment of Metadata.AsciiMarshaller.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait