Skip navigation links
A B C D F I U 

A

AndroidChannelBuilder - Class in io.grpc.android
Builds a ManagedChannel that, when provided with a Context, will automatically monitor the Android device's network state to smoothly handle intermittent network failures.

B

build() - Method in class io.grpc.android.AndroidChannelBuilder
Builds a channel with current configurations.

C

context(Context) - Method in class io.grpc.android.AndroidChannelBuilder
Enables automatic monitoring of the device's network state.

D

delegate() - Method in class io.grpc.android.AndroidChannelBuilder
 

F

forAddress(String, int) - Static method in class io.grpc.android.AndroidChannelBuilder
Creates a new builder with the given host and port.
forTarget(String) - Static method in class io.grpc.android.AndroidChannelBuilder
Creates a new builder with the given target string that will be resolved by NameResolver.
fromBuilder(ManagedChannelBuilder<?>) - Static method in class io.grpc.android.AndroidChannelBuilder
Deprecated.

I

io.grpc.android - package io.grpc.android
 

U

usingBuilder(ManagedChannelBuilder<?>) - Static method in class io.grpc.android.AndroidChannelBuilder
Creates a new builder, which delegates to the given ManagedChannelBuilder.
A B C D F I U 
Skip navigation links