Uses of Class
org.apache.drill.exec.rpc.data.DataClientConnection
Packages that use DataClientConnection
-
Uses of DataClientConnection in org.apache.drill.exec.rpc.data
Methods in org.apache.drill.exec.rpc.data that return DataClientConnectionModifier and TypeMethodDescriptionprotected DataClientConnection
DataClient.initRemoteConnection
(io.netty.channel.socket.SocketChannel channel) Methods in org.apache.drill.exec.rpc.data with parameters of type DataClientConnectionModifier and TypeMethodDescriptionprotected io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture>
DataClient.getCloseHandler
(io.netty.channel.socket.SocketChannel ch, DataClientConnection clientConnection) protected void
DataClient.handle
(DataClientConnection connection, int rpcType, io.netty.buffer.ByteBuf pBody, io.netty.buffer.ByteBuf dBody, ResponseSender sender) Method parameters in org.apache.drill.exec.rpc.data with type arguments of type DataClientConnectionModifier and TypeMethodDescriptionprotected void
DataClient.prepareSaslHandshake
(RpcConnectionHandler<DataClientConnection> connectionHandler, List<String> serverAuthMechanisms)