Package com.ocient.jdbc.proto
Interface ClientWireProtocol.ClientConnection2OrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.ClientConnection2,ClientWireProtocol.ClientConnection2.Builder
- Enclosing class:
ClientWireProtocol
-
Method Summary
Methods 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
-
getCipher
ByteString getCipher()bytes cipher = 1;- Returns:
- The cipher.
-
getForce
boolean getForce()Force = true means not allowed to redirect the connection
bool force = 2;- Returns:
- The force.
-
getHmac
ByteString getHmac()bytes hmac = 3;- Returns:
- The hmac.
-
getPubKey
String getPubKey()string pubKey = 4;- Returns:
- The pubKey.
-
getPubKeyBytes
ByteString getPubKeyBytes()string pubKey = 4;- Returns:
- The bytes for pubKey.
-