Package org.apache.drill.exec.rpc
Interface ClientConnection
- All Superinterfaces:
AutoCloseable,ConnectionThrottle,EncryptionContext,RemoteConnection
- All Known Implementing Classes:
AbstractClientConnection,ControlConnection,DataClientConnection,UserClient.UserToBitConnection
-
Method Summary
Methods inherited from interface org.apache.drill.exec.rpc.ConnectionThrottle
setAutoReadMethods inherited from interface org.apache.drill.exec.rpc.EncryptionContext
getEncryptionCtxtString, getMaxWrappedSize, getWrapSizeLimit, isEncryptionEnabled, setEncryption, setMaxWrappedSize, setWrapSizeLimitMethods inherited from interface org.apache.drill.exec.rpc.RemoteConnection
addSecurityHandlers, blockOnNotWritable, channelClosed, close, createNewRpcListener, getAllocator, getAndRemoveRpcOutcome, getChannel, getName, getRemoteAddress, inEventLoop, isActive, recordRemoteFailure
-
Method Details
-
setSaslClient
-
getSaslClient
SaslClient getSaslClient() -
disposeSaslClient
void disposeSaslClient()
-