Package io.grpc
Class InternalChannelz.Security
- java.lang.Object
-
- io.grpc.InternalChannelz.Security
-
- Enclosing class:
- InternalChannelz
public static final class InternalChannelz.Security extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description InternalChannelz.OtherSecurity
other
InternalChannelz.Tls
tls
-
Constructor Summary
Constructors Constructor Description Security(InternalChannelz.OtherSecurity other)
Security(InternalChannelz.Tls tls)
-
-
-
Field Detail
-
tls
@Nullable public final InternalChannelz.Tls tls
-
other
@Nullable public final InternalChannelz.OtherSecurity other
-
-
Constructor Detail
-
Security
public Security(InternalChannelz.Tls tls)
-
Security
public Security(InternalChannelz.OtherSecurity other)
-
-