Module org.apache.arrow.flight.core
Package org.apache.arrow.flight.impl
Interface Flight.HandshakeRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Flight.HandshakeRequest,Flight.HandshakeRequest.Builder
- Enclosing class:
- Flight
public static interface Flight.HandshakeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringArbitrary auth/handshake info.longA defined protocol versionMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getProtocolVersion
long getProtocolVersion()A defined protocol version
uint64 protocol_version = 1;- Returns:
- The protocolVersion.
-
getPayload
com.google.protobuf.ByteString getPayload()Arbitrary auth/handshake info.
bytes payload = 2;- Returns:
- The payload.
-