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. VALUESFields 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. internalValueMapMethods in io.grpc.alts.internal that return HandshakeProtocol Modifier and Type Method Description static HandshakeProtocolHandshakeProtocol. forNumber(int value)HandshakeProtocolStartClientHandshakeReq.Builder. getHandshakeSecurityProtocol()Handshake security protocol requested by the client.HandshakeProtocolStartClientHandshakeReq. getHandshakeSecurityProtocol()Handshake security protocol requested by the client.HandshakeProtocolStartClientHandshakeReqOrBuilder. getHandshakeSecurityProtocol()Handshake security protocol requested by the client.static HandshakeProtocolHandshakeProtocol. valueOf(int value)Deprecated.static HandshakeProtocolHandshakeProtocol. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static HandshakeProtocolHandshakeProtocol. 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.BuilderStartClientHandshakeReq.Builder. setHandshakeSecurityProtocol(HandshakeProtocol value)Handshake security protocol requested by the client.
-