- java.lang.Object
-
- org.redkale.net.client.ClientConnection<SncpClientRequest,SncpClientResult>
-
- org.redkale.net.sncp.SncpClientConnection
-
- 所有已实现的接口:
Consumer<AsyncConnection>
public class SncpClientConnection extends ClientConnection<SncpClientRequest,SncpClientResult>
client版连接详情见: https://redkale.org
- 从以下版本开始:
- 2.8.0
- 作者:
- zhangjx
-
-
字段概要
-
从类继承的字段 org.redkale.net.client.ClientConnection
channel, client, connEntry, doneRequestCounter, doneResponseCounter, respWaitingCounter, writeArray, writeBuffer, writeHandler, writeLock
-
-
构造器概要
构造器 构造器 说明 SncpClientConnection(SncpClient client, AsyncConnection channel)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected ClientCodec
createCodec()
protected void
offerResult(SncpClientRequest req, SncpClientResult rs)
-
从类继承的方法 org.redkale.net.client.ClientConnection
accept, dispose, getChannel, getCodec, getDoneRequestCounter, getDoneResponseCounter, getLastReadTime, getLastWriteTime, getMaxPipelines, getRemoteAddress, isAuthenticated, isOpen, offerFirstRespFuture, offerRespFuture, pollRespFuture, preComplete, removeRespFuture, resetMaxPipelines, runningCount, sendRequestInLocking, sendRequestToChannel, setAuthenticated, setMaxPipelines, toString, writeChannel, writeChannel, writeChannel, writeChannel, writeChannel0
-
-
-
-
构造器详细资料
-
SncpClientConnection
public SncpClientConnection(SncpClient client, AsyncConnection channel)
-
-
方法详细资料
-
createCodec
protected ClientCodec createCodec()
-
offerResult
protected void offerResult(SncpClientRequest req, SncpClientResult rs)
-
-