Uses of Class
io.grpc.alts.internal.HandshakeProtocol
-
Packages that use HandshakeProtocol Package Description io.grpc.alts.internal -
-
Uses of HandshakeProtocol in io.grpc.alts.internal
Fields in io.grpc.alts.internal declared as HandshakeProtocol Modifier and Type Field Description private static HandshakeProtocol[]
HandshakeProtocol. VALUES
Fields in io.grpc.alts.internal with type parameters of type HandshakeProtocol Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<HandshakeProtocol>
HandshakeProtocol. internalValueMap
Methods in io.grpc.alts.internal that return HandshakeProtocol Modifier and Type Method Description static HandshakeProtocol
HandshakeProtocol. forNumber(int value)
HandshakeProtocol
StartClientHandshakeReq.Builder. getHandshakeSecurityProtocol()
Handshake security protocol requested by the client.HandshakeProtocol
StartClientHandshakeReq. getHandshakeSecurityProtocol()
Handshake security protocol requested by the client.HandshakeProtocol
StartClientHandshakeReqOrBuilder. getHandshakeSecurityProtocol()
Handshake security protocol requested by the client.static HandshakeProtocol
HandshakeProtocol. valueOf(int value)
Deprecated.static HandshakeProtocol
HandshakeProtocol. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static HandshakeProtocol
HandshakeProtocol. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HandshakeProtocol[]
HandshakeProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc.alts.internal that return types with arguments of type HandshakeProtocol Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<HandshakeProtocol>
HandshakeProtocol. internalGetValueMap()
Methods in io.grpc.alts.internal with parameters of type HandshakeProtocol Modifier and Type Method Description StartClientHandshakeReq.Builder
StartClientHandshakeReq.Builder. setHandshakeSecurityProtocol(HandshakeProtocol value)
Handshake security protocol requested by the client.
-