Home
last modified time | relevance | path

Searched refs:TrustedAsciiMarshaller (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/
DInternalMetadata.java38 public interface TrustedAsciiMarshaller<T> extends Metadata.TrustedAsciiMarshaller<T> {} interface in InternalMetadata
47 public static <T> Key<T> keyOf(String name, TrustedAsciiMarshaller<T> marshaller) { in keyOf()
DStatus.java26 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> {
DMetadata.java595 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
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DHttp2ClientStreamTransportState.java36 private static final InternalMetadata.TrustedAsciiMarshaller<Integer> HTTP_STATUS_MARSHALLER =
37 new InternalMetadata.TrustedAsciiMarshaller<Integer>() {
DGrpcUtil.java35 import io.grpc.InternalMetadata.TrustedAsciiMarshaller;
110 private static final class AcceptEncodingMarshaller implements TrustedAsciiMarshaller<byte[]> {