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