类的使用
org.redkale.net.sncp.SncpClientRequest
-
使用SncpClientRequest的程序包 程序包 说明 org.redkale.net.sncp SNCP协议包,提供SNCP协议服务器 -
-
org.redkale.net.sncp中SncpClientRequest的使用
返回SncpClientRequest的org.redkale.net.sncp中的方法 修饰符和类型 方法 说明 protected SncpClientRequest
SncpRemoteInfo. createSncpClientRequest(SncpRemoteInfo.SncpRemoteAction action, InetSocketAddress clientSncpAddress, String traceid, Object[] params)
SncpClientRequest
SncpClientRequest. prepare(SncpHeader header, long seqid, String traceid, byte[] bodyContent)
参数类型为SncpClientRequest的org.redkale.net.sncp中的方法 修饰符和类型 方法 说明 static int
SncpHeader. calcHeaderSize(SncpClientRequest request)
protected void
SncpClientConnection. offerResult(SncpClientRequest req, SncpClientResult rs)
protected SncpClientResult
SncpClientCodec. pollResult(SncpClientRequest request)
protected CompletableFuture<SncpClientResult>
SncpClient. writeChannel(ClientConnection conn, SncpClientRequest request)
ByteArray
SncpHeader. writeTo(ByteArray array, SncpClientRequest clientRequest, byte keepAlive, int bodyLength, int retcode)
-