| Package | Description |
|---|---|
| io.grpc.benchmarks |
| Modifier and Type | Method and Description |
|---|---|
static Transport |
Transport.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ManagedChannel |
Utils.newClientChannel(Transport transport,
String target,
boolean tls,
boolean testca,
String authorityOverride,
int flowControlWindow,
boolean directExecutor)
Create a
ManagedChannel for the given parameters. |