Package io.grpc

Class InternalMetadata

java.lang.Object
io.grpc.InternalMetadata

@Internal public final class InternalMetadata extends Object
Internal Metadata accessor. This is intended for use by io.grpc.internal, and the specifically supported transport packages. If you *really* think you need to use this, contact the gRPC team first.
  • Field Details

    • US_ASCII

      @Internal public static final Charset US_ASCII
      Copy of StandardCharsets, which is only available on Java 1.7 and above.
    • BASE64_ENCODING_OMIT_PADDING

      @Internal public static final com.google.common.io.BaseEncoding BASE64_ENCODING_OMIT_PADDING
      An instance of base64 encoder that omits padding.
  • Constructor Details

    • InternalMetadata

      public InternalMetadata()
  • Method Details