类的使用
org.redkale.net.Transport
-
使用Transport的程序包 程序包 说明 org.redkale.net 网络TCP/UDP基础服务包 -
-
org.redkale.net中Transport的使用
类型参数类型为Transport的org.redkale.net中的字段 修饰符和类型 字段 说明 protected List<WeakReference<Transport>>TransportFactory. transportReferences已过时。返回Transport的org.redkale.net中的方法 修饰符和类型 方法 说明 TransportTransportFactory. createTransport(String name, String netprotocol, InetSocketAddress clientAddress, Collection<InetSocketAddress> addresses)已过时。TransportTransportFactory. createTransportTCP(String name, InetSocketAddress clientAddress, Collection<InetSocketAddress> addresses)已过时。TransportTransportFactory. loadTransport(InetSocketAddress sncpAddress, Set<String> groups)已过时。参数类型为Transport的org.redkale.net中的方法 修饰符和类型 方法 说明 CompletableFuture<AsyncConnection>TransportStrategy. pollConnection(SocketAddress addr, Transport transport)已过时。创建AsyncConnection
-