Uses of Class
io.grpc.alts.internal.NetworkProtocol
-
Packages that use NetworkProtocol Package Description io.grpc.alts.internal -
-
Uses of NetworkProtocol in io.grpc.alts.internal
Fields in io.grpc.alts.internal declared as NetworkProtocol Modifier and Type Field Description private static NetworkProtocol[]
NetworkProtocol. VALUES
Fields in io.grpc.alts.internal with type parameters of type NetworkProtocol Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<NetworkProtocol>
NetworkProtocol. internalValueMap
Methods in io.grpc.alts.internal that return NetworkProtocol Modifier and Type Method Description static NetworkProtocol
NetworkProtocol. forNumber(int value)
NetworkProtocol
Endpoint.Builder. getProtocol()
Network protocol (e.g., TCP, UDP) associated with this endpoint.NetworkProtocol
Endpoint. getProtocol()
Network protocol (e.g., TCP, UDP) associated with this endpoint.NetworkProtocol
EndpointOrBuilder. getProtocol()
Network protocol (e.g., TCP, UDP) associated with this endpoint.static NetworkProtocol
NetworkProtocol. valueOf(int value)
Deprecated.static NetworkProtocol
NetworkProtocol. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static NetworkProtocol
NetworkProtocol. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NetworkProtocol[]
NetworkProtocol. 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 NetworkProtocol Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<NetworkProtocol>
NetworkProtocol. internalGetValueMap()
Methods in io.grpc.alts.internal with parameters of type NetworkProtocol Modifier and Type Method Description Endpoint.Builder
Endpoint.Builder. setProtocol(NetworkProtocol value)
Network protocol (e.g., TCP, UDP) associated with this endpoint.
-