package io.grpc.okhttp;
@Deprecated
/* loaded from: classes6.dex */
public enum NegotiationType {
    TLS,
    PLAINTEXT
}
