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
Fields in io.grpc declared as InternalKnownTransport Modifier and Type Field Description private InternalKnownTransport
InternalMethodDescriptor. transport
Methods in io.grpc that return InternalKnownTransport Modifier and Type Method Description static InternalKnownTransport
InternalKnownTransport. 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)
-