Uses of Class
io.grpc.InternalKnownTransport
-
Packages that use InternalKnownTransport Package Description io.grpc The gRPC core public API. -
-
Uses of InternalKnownTransport in io.grpc
Methods in io.grpc that return InternalKnownTransport Modifier and Type Method Description static InternalKnownTransportInternalKnownTransport. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InternalKnownTransport[]InternalKnownTransport. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.grpc with parameters of type InternalKnownTransport Constructor Description InternalMethodDescriptor(InternalKnownTransport transport)
-