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, setSaslClient
addSecurityHandlers, blockOnNotWritable, close, createNewRpcListener, getAndRemoveRpcOutcome, getChannel, getEncryptionCtxtString, getMaxWrappedSize, getName, getRemoteAddress, getWrapSizeLimit, inEventLoop, isActive, isEncryptionEnabled, recordRemoteFailure, setAutoRead, setEncryption, setMaxWrappedSize, setWrapSizeLimit
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
addSecurityHandlers, blockOnNotWritable, close, createNewRpcListener, getAndRemoveRpcOutcome, getChannel, getName, getRemoteAddress, inEventLoop, isActive, recordRemoteFailure
setAutoRead
getEncryptionCtxtString, getMaxWrappedSize, getWrapSizeLimit, isEncryptionEnabled, setEncryption, setMaxWrappedSize, setWrapSizeLimit
public 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 AbstractClientConnection
public void incConnectionCounter()
incConnectionCounter
in class AbstractRemoteConnection
public void decConnectionCounter()
decConnectionCounter
in class AbstractRemoteConnection
Copyright © 1970 The Apache Software Foundation. All rights reserved.