| Class | Description |
|---|---|
| AddWritableBuffer |
Allow a user to add a ByteBuf based InputStream directly into GRPC WritableBuffer to avoid an
extra copy.
|
| CallCredentialAdapter |
Adapter class to utilize a CredentialWriter to implement Grpc CallCredentials.
|
| ClientInterceptorAdapter |
An adapter between Flight client middleware and gRPC interceptors.
|
| ContextPropagatingExecutorService |
An
ExecutorService that propagates the Context. |
| CredentialCallOption |
Method option for supplying credentials to method calls.
|
| GetReadableBuffer |
Enable access to ReadableBuffer directly to copy data from a BufferInputStream into a target
ByteBuffer/ByteBuf.
|
| MetadataAdapter |
A mutable adapter between the gRPC Metadata object and the Flight headers interface.
|
| RequestContextAdapter |
Adapter for holding key value pairs.
|
| ServerBackpressureThresholdInterceptor |
An interceptor for specifying the number of bytes that can be queued before a call with an output stream
gets blocked by backpressure.
|
| ServerInterceptorAdapter |
An adapter between Flight middleware and a gRPC interceptor.
|
| ServerInterceptorAdapter.KeyFactory<T extends FlightServerMiddleware> |
A combination of a middleware Key and factory.
|
| StatusUtils |
Utilities to adapt gRPC and Flight status objects.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.