@Namespace(value="arrow::flight") @Properties(inherit=arrow_flight.class) public class FlightClientOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FlightClientOptions()
Default native constructor.
|
FlightClientOptions(long size)
Native array allocator.
|
FlightClientOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ClientMiddlewareFactoryVector |
middleware()
\brief A list of client middleware to apply.
|
FlightClientOptions |
middleware(ClientMiddlewareFactoryVector setter) |
String |
override_hostname()
\brief Override the hostname checked by TLS.
|
FlightClientOptions |
override_hostname(String setter) |
FlightClientOptions |
position(long position) |
String |
tls_root_certs()
\brief Root certificates to use for validating server
certificates.
|
FlightClientOptions |
tls_root_certs(String setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic FlightClientOptions()
public FlightClientOptions(long size)
Pointer.position(long).public FlightClientOptions(Pointer p)
Pointer.Pointer(Pointer).public FlightClientOptions position(long position)
@StdString public String tls_root_certs()
public FlightClientOptions tls_root_certs(String setter)
@StdString public String override_hostname()
public FlightClientOptions override_hostname(String setter)
@ByRef public ClientMiddlewareFactoryVector middleware()
public FlightClientOptions middleware(ClientMiddlewareFactoryVector setter)
Copyright © 2020. All rights reserved.