类的使用
org.redkale.net.client.ClientConnection
-
使用ClientConnection的程序包 程序包 说明 org.redkale.net.client 客户端网络包org.redkale.net.http HTTP协议包,提供HTTP协议服务器org.redkale.net.sncp SNCP协议包,提供SNCP协议服务器 -
-
org.redkale.net.client中ClientConnection的使用
类型参数类型为ClientConnection的org.redkale.net.client中的类 修饰符和类型 类 说明 class
Client<C extends ClientConnection<R,P>,R extends ClientRequest,P extends ClientResult>
详情见: https://redkale.org声明为ClientConnection的org.redkale.net.client中的字段 修饰符和类型 字段 说明 protected ClientConnection
ClientFuture. conn
protected ClientConnection<R,P>
ClientCodec. connection
返回ClientConnection的org.redkale.net.client中的方法 修饰符和类型 方法 说明 protected ClientConnection
ClientConnection. resetMaxPipelines()
protected ClientConnection
ClientConnection. setAuthenticated(boolean authenticated)
protected ClientConnection
ClientConnection. setMaxPipelines(int maxPipelines)
参数类型为ClientConnection的org.redkale.net.client中的方法 修饰符和类型 方法 说明 protected ClientFuture<R,P>
Client. createClientFuture(ClientConnection conn, R request)
void
ClientMessageListener. onClose(ClientConnection conn)
abstract void
ClientMessageListener. onMessage(ClientConnection conn, ClientResponse resp)
protected <T> CompletableFuture<T>
Client. writeChannel(ClientConnection conn, Function<P,T> respTransfer, R request)
protected <T> CompletableFuture<T>[]
Client. writeChannel(ClientConnection conn, Function<P,T> respTransfer, R[] requests)
protected CompletableFuture<P>
Client. writeChannel(ClientConnection conn, R request)
protected CompletableFuture<P>[]
Client. writeChannel(ClientConnection conn, R... requests)
abstract void
ClientRequest. writeTo(ClientConnection conn, ByteArray array)
参数类型为ClientConnection的org.redkale.net.client中的构造器 构造器 说明 ClientCodec(ClientConnection<R,P> connection)
类型变量类型为ClientConnection的org.redkale.net.client中的构造器参数 构造器 说明 ClientConnection(Client<? extends ClientConnection<R,P>,R,P> client, AsyncConnection channel)
-
org.redkale.net.http中ClientConnection的使用
参数类型为ClientConnection的org.redkale.net.http中的方法 修饰符和类型 方法 说明 protected CompletableFuture<WebResult>
WebClient. writeChannel(ClientConnection conn, WebRequest request)
void
WebRequest. writeTo(ClientConnection conn, ByteArray array)
-
org.redkale.net.sncp中ClientConnection的使用
org.redkale.net.sncp中ClientConnection的子类 修饰符和类型 类 说明 class
SncpClientConnection
client版连接参数类型为ClientConnection的org.redkale.net.sncp中的方法 修饰符和类型 方法 说明 protected CompletableFuture<SncpClientResult>
SncpClient. writeChannel(ClientConnection conn, SncpClientRequest request)
void
SncpClientRequest. writeTo(ClientConnection conn, ByteArray array)
-