| Class | Description |
|---|---|
| AndroidComponentAddress |
The target of an Android
Service binding. |
| ApiConstants |
Constant parts of the gRPC binder transport public API.
|
| BinderChannelBuilder |
Builder for a gRPC channel which communicates with an Android bound service.
|
| BinderServerBuilder |
Builder for a server that services requests from an Android Service.
|
| BindServiceFlags |
An immutable set of flags affecting the behavior of
Context.bindService(android.content.Intent, android.content.ServiceConnection, int). |
| BindServiceFlags.Builder |
Builds an instance of
BindServiceFlags. |
| IBinderReceiver |
A container for at most one instance of
IBinder, useful as an "out parameter". |
| InboundParcelablePolicy |
Contains the policy for accepting inbound parcelable objects.
|
| InboundParcelablePolicy.Builder |
A builder for InboundParcelablePolicy.
|
| LifecycleOnDestroyHelper |
Helps work around certain quirks of
Lifecycle.addObserver(androidx.lifecycle.LifecycleObserver) and Lifecycle.State.DESTROYED. |
| ParcelableUtils |
Utility methods for using Android Parcelable objects with gRPC.
|
| SecurityPolicies |
Static factory methods for creating standard security policies.
|
| SecurityPolicy |
Decides whether a given Android UID is authorized to access some resource.
|
| ServerSecurityPolicy |
A security policy for a gRPC server.
|
| ServerSecurityPolicy.Builder |
Builder for an AndroidServiceSecurityPolicy.
|
| UntrustedSecurityPolicies |
Static factory methods for creating untrusted security policies.
|