| Modifier and Type | Method and Description |
|---|---|
ArrowFlightSqlClientHandler.Builder |
ArrowFlightSqlClientHandler.Builder.withMiddlewareFactories(FlightClientMiddleware.Factory... factories)
Adds the provided
factories to the list of ArrowFlightSqlClientHandler.Builder.middlewareFactories of this handler. |
| Modifier and Type | Method and Description |
|---|---|
ArrowFlightSqlClientHandler.Builder |
ArrowFlightSqlClientHandler.Builder.withMiddlewareFactories(Collection<FlightClientMiddleware.Factory> factories)
Adds the provided
factories to the list of ArrowFlightSqlClientHandler.Builder.middlewareFactories of this handler. |
| Modifier and Type | Method and Description |
|---|---|
FlightClient.Builder |
FlightClient.Builder.intercept(FlightClientMiddleware.Factory factory) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientIncomingAuthHeaderMiddleware.Factory
Factory used within FlightClient.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientCookieMiddleware.Factory
Factory used within FlightClient.
|
| Constructor and Description |
|---|
ClientInterceptorAdapter(List<FlightClientMiddleware.Factory> factories) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.