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
setAutoRead
Methods inherited from interface org.apache.drill.exec.rpc.EncryptionContext
getEncryptionCtxtString, getMaxWrappedSize, getWrapSizeLimit, isEncryptionEnabled, setEncryption, setMaxWrappedSize, setWrapSizeLimit
Methods 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()
-