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. VALUESFields 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. internalValueMapMethods in io.grpc.alts.internal that return NetworkProtocol Modifier and Type Method Description static NetworkProtocolNetworkProtocol. forNumber(int value)NetworkProtocolEndpoint.Builder. getProtocol()Network protocol (e.g., TCP, UDP) associated with this endpoint.NetworkProtocolEndpoint. getProtocol()Network protocol (e.g., TCP, UDP) associated with this endpoint.NetworkProtocolEndpointOrBuilder. getProtocol()Network protocol (e.g., TCP, UDP) associated with this endpoint.static NetworkProtocolNetworkProtocol. valueOf(int value)Deprecated.static NetworkProtocolNetworkProtocol. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static NetworkProtocolNetworkProtocol. 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.BuilderEndpoint.Builder. setProtocol(NetworkProtocol value)Network protocol (e.g., TCP, UDP) associated with this endpoint.
-