Uses of Class
io.grpc.benchmarks.Transport
-
Packages that use Transport Package Description io.grpc.benchmarks -
-
Uses of Transport in io.grpc.benchmarks
Methods in io.grpc.benchmarks that return Transport Modifier and Type Method Description static TransportTransport. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Transport[]Transport. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc.benchmarks with parameters of type Transport Modifier and Type Method Description static io.grpc.ManagedChannelUtils. newClientChannel(Transport transport, java.lang.String target, boolean tls, boolean testca, java.lang.String authorityOverride, int flowControlWindow, boolean directExecutor)Create aManagedChannelfor the given parameters.
-