Searched refs:TrustedAsciiMarshaller (Results 1 – 5 of 5) sorted by relevance
38 public interface TrustedAsciiMarshaller<T> extends Metadata.TrustedAsciiMarshaller<T> {} interface in InternalMetadata47 public static <T> Key<T> keyOf(String name, TrustedAsciiMarshaller<T> marshaller) { in keyOf()
26 import io.grpc.Metadata.TrustedAsciiMarshaller;373 private static final TrustedAsciiMarshaller<String> STATUS_MESSAGE_MARSHALLER =555 private static final class StatusCodeMarshaller implements TrustedAsciiMarshaller<Status> {567 private static final class StatusMessageMarshaller implements TrustedAsciiMarshaller<String> {
595 static <T> Key<T> of(String name, boolean pseudo, TrustedAsciiMarshaller<T> marshaller) { in of()761 private final TrustedAsciiMarshaller<T> marshaller;764 private TrustedAsciiKey(String name, boolean pseudo, TrustedAsciiMarshaller<T> marshaller) { in TrustedAsciiKey()790 interface TrustedAsciiMarshaller<T> { interface
36 private static final InternalMetadata.TrustedAsciiMarshaller<Integer> HTTP_STATUS_MARSHALLER =37 new InternalMetadata.TrustedAsciiMarshaller<Integer>() {
35 import io.grpc.InternalMetadata.TrustedAsciiMarshaller;110 private static final class AcceptEncodingMarshaller implements TrustedAsciiMarshaller<byte[]> {