A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
W
M
- mainThreadExecutor(Executor) - function in io.grpc.binder.BinderChannelBuilder
- Provides a custom Executor for accessing this application's main thread.
- maxConnectionAge(long,TimeUnit) - function in io.grpc.BinderServerBuilder
- maxConnectionAgeGrace(long,TimeUnit) - function in io.grpc.BinderServerBuilder
- maxConnectionIdle(long,TimeUnit) - function in io.grpc.BinderServerBuilder
- maxHedgedAttempts(int) - function in io.grpc.BinderChannelBuilder
- maxInboundMessageSize(int) - function in io.grpc.BinderServerBuilder
- maxInboundMessageSize(int) - function in io.grpc.BinderChannelBuilder
- maxInboundMetadataSize(int) - function in io.grpc.BinderServerBuilder
- maxInboundMetadataSize(int) - function in io.grpc.BinderChannelBuilder
- maxRetryAttempts(int) - function in io.grpc.BinderChannelBuilder
- maxTraceEvents(int) - function in io.grpc.BinderChannelBuilder
- MetadataHelper - class in io.grpc.binder.internal
- Helper class for reading & writing metadata to parcels.
- MetadataHelper.ParcelableMetadataMarshaller - class in io.grpc.binder.internal.MetadataHelper
- A marshaller for passing parcelables in gRPC Metadata
- metadataKey(String,Parcelable.Creator) - function in io.grpc.binder.ParcelableUtils
- Create a Metadata.Key for passing a Parcelable object in the metadata of an RPC,treating instances as mutable.
- metadataKeyForImmutableType(String,Parcelable.Creator) - function in io.grpc.binder.ParcelableUtils
- Create a Metadata.Key for passing a Parcelable object in the metadata of an RPC,treating instances as immutable.