| Package | Description |
|---|---|
| io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FixedObjectPool<T>
An object pool that always returns the same instance and does nothing when returning the object.
|
class |
SharedResourcePool<T>
An ObjectPool backed by a
SharedResourceHolder.Resource. |