Package | Description |
---|---|
org.apache.arrow.flight |
Modifier and Type | Method and Description |
---|---|
FlightClient.Builder |
FlightClient.Builder.allocator(BufferAllocator allocator) |
static FlightClient.Builder |
FlightClient.builder()
Create a builder for a Flight client.
|
static FlightClient.Builder |
FlightClient.builder(BufferAllocator allocator,
Location location)
Create a builder for a Flight client.
|
FlightClient.Builder |
FlightClient.Builder.clientCertificate(InputStream clientCertificate,
InputStream clientKey)
Set the trusted TLS certificates.
|
FlightClient.Builder |
FlightClient.Builder.intercept(FlightClientMiddleware.Factory factory) |
FlightClient.Builder |
FlightClient.Builder.location(Location location) |
FlightClient.Builder |
FlightClient.Builder.maxInboundMessageSize(int maxSize)
Set the maximum inbound message size.
|
FlightClient.Builder |
FlightClient.Builder.overrideHostname(String hostname)
Override the hostname checked for TLS.
|
FlightClient.Builder |
FlightClient.Builder.trustedCertificates(InputStream stream)
Set the trusted TLS certificates.
|
FlightClient.Builder |
FlightClient.Builder.useTls()
Force the client to connect over TLS.
|
FlightClient.Builder |
FlightClient.Builder.verifyServer(boolean verifyServer) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.