程序包的使用
org.redkale.net.client
-
使用org.redkale.net.client的程序包 程序包 说明 org.redkale.net.client 客户端网络包org.redkale.net.http HTTP协议包,提供HTTP协议服务器org.redkale.net.sncp SNCP协议包,提供SNCP协议服务器 -
org.redkale.net.client使用的org.redkale.net.client中的类 类 说明 Client 详情见: https://redkale.orgClient.AddressConnEntry ClientAddress Client连接地址ClientCodec 每个ClientConnection绑定一个独立的ClientCodec实例, 只会同一读线程ReadIOThread里运行ClientConnection 注意: 要确保AsyncConnection的读写过程都必须在channel.ioThread中运行ClientFuture ClientMessageListener 接收消息事件ClientRequest 详情见: https://redkale.orgClientResponse 详情见: https://redkale.orgClientResult 详情见: https://redkale.orgWeightAddress 带权重的地址 -
org.redkale.net.http使用的org.redkale.net.client中的类 类 说明 Client 详情见: https://redkale.orgClientConnection 注意: 要确保AsyncConnection的读写过程都必须在channel.ioThread中运行ClientRequest 详情见: https://redkale.orgClientResult 详情见: https://redkale.org -
org.redkale.net.sncp使用的org.redkale.net.client中的类 类 说明 Client 详情见: https://redkale.orgClientAddress Client连接地址ClientCodec 每个ClientConnection绑定一个独立的ClientCodec实例, 只会同一读线程ReadIOThread里运行ClientConnection 注意: 要确保AsyncConnection的读写过程都必须在channel.ioThread中运行ClientRequest 详情见: https://redkale.orgClientResult 详情见: https://redkale.org