Uses of Class
io.grpc.alts.internal.TsiPeer.Property
-
Packages that use TsiPeer.Property Package Description io.grpc.alts.internal -
-
Uses of TsiPeer.Property in io.grpc.alts.internal
Subclasses of TsiPeer.Property in io.grpc.alts.internal Modifier and Type Class Description static class
TsiPeer.BooleanProperty
A peer property corresponding to a boolean.static class
TsiPeer.DoubleProperty
A peer property corresponding to a double.static class
TsiPeer.PropertyList
A peer property corresponding to a list of peer properties.static class
TsiPeer.SignedInt64Property
A peer property corresponding to a signed 64-bit integer.static class
TsiPeer.StringProperty
A peer property corresponding to a string.static class
TsiPeer.UnsignedInt64Property
A peer property corresponding to an unsigned 64-bit integer.Fields in io.grpc.alts.internal with type parameters of type TsiPeer.Property Modifier and Type Field Description private java.util.List<TsiPeer.Property<?>>
TsiPeer. properties
Methods in io.grpc.alts.internal that return TsiPeer.Property Modifier and Type Method Description TsiPeer.Property<?>
TsiPeer. getProperty(java.lang.String name)
Get peer property.Methods in io.grpc.alts.internal that return types with arguments of type TsiPeer.Property Modifier and Type Method Description java.util.List<TsiPeer.Property<?>>
TsiPeer. getProperties()
Constructor parameters in io.grpc.alts.internal with type arguments of type TsiPeer.Property Constructor Description PropertyList(java.lang.String name, java.util.List<TsiPeer.Property<?>> value)
TsiPeer(java.util.List<TsiPeer.Property<?>> properties)
-