public class DataClientConnection extends AbstractClientConnection
saslCodec| Constructor and Description |
|---|
DataClientConnection(io.netty.channel.socket.SocketChannel channel,
DataClient client,
EncryptionContext encryptionContextImpl) |
| Modifier and Type | Method and Description |
|---|---|
void |
decConnectionCounter() |
boolean |
equals(Object obj) |
BufferAllocator |
getAllocator() |
protected org.slf4j.Logger |
getLogger() |
int |
hashCode() |
void |
incConnectionCounter() |
<SEND extends com.google.protobuf.MessageLite,RECEIVE extends com.google.protobuf.MessageLite> |
send(RpcOutcomeListener<RECEIVE> outcomeListener,
BitData.RpcType rpcType,
SEND protobufBody,
Class<RECEIVE> clazz,
io.netty.buffer.ByteBuf... dataBodies) |
channelClosed, disposeSaslClient, getSaslClient, setSaslClientaddSecurityHandlers, blockOnNotWritable, close, createNewRpcListener, getAndRemoveRpcOutcome, getChannel, getEncryptionCtxtString, getMaxWrappedSize, getName, getRemoteAddress, getWrapSizeLimit, inEventLoop, isActive, isEncryptionEnabled, recordRemoteFailure, setAutoRead, setEncryption, setMaxWrappedSize, setWrapSizeLimitclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddSecurityHandlers, blockOnNotWritable, close, createNewRpcListener, getAndRemoveRpcOutcome, getChannel, getName, getRemoteAddress, inEventLoop, isActive, recordRemoteFailuresetAutoReadgetEncryptionCtxtString, getMaxWrappedSize, getWrapSizeLimit, isEncryptionEnabled, setEncryption, setMaxWrappedSize, setWrapSizeLimitpublic DataClientConnection(io.netty.channel.socket.SocketChannel channel,
DataClient client,
EncryptionContext encryptionContextImpl)
public BufferAllocator getAllocator()
public <SEND extends com.google.protobuf.MessageLite,RECEIVE extends com.google.protobuf.MessageLite> void send(RpcOutcomeListener<RECEIVE> outcomeListener, BitData.RpcType rpcType, SEND protobufBody, Class<RECEIVE> clazz, io.netty.buffer.ByteBuf... dataBodies)
protected org.slf4j.Logger getLogger()
getLogger in class AbstractClientConnectionpublic void incConnectionCounter()
incConnectionCounter in class AbstractRemoteConnectionpublic void decConnectionCounter()
decConnectionCounter in class AbstractRemoteConnectionCopyright © 2021 The Apache Software Foundation. All rights reserved.