接口的使用
org.redkale.net.TransportStrategy
-
使用TransportStrategy的程序包 程序包 说明 org.redkale.net 网络TCP/UDP基础服务包 -
-
org.redkale.net中TransportStrategy的使用
声明为TransportStrategy的org.redkale.net中的字段 修饰符和类型 字段 说明 protected TransportStrategyTransport. strategy已过时。protected TransportStrategyTransportFactory. strategy已过时。参数类型为TransportStrategy的org.redkale.net中的方法 修饰符和类型 方法 说明 static TransportFactoryTransportFactory. create(AsyncGroup asyncGroup, SSLContext sslContext, int readTimeoutSeconds, int writeTimeoutSeconds, TransportStrategy strategy)已过时。static TransportFactoryTransportFactory. create(AsyncGroup asyncGroup, SSLContext sslContext, String netprotocol, int readTimeoutSeconds, int writeTimeoutSeconds, TransportStrategy strategy)已过时。参数类型为TransportStrategy的org.redkale.net中的构造器 构造器 说明 Transport(String name, String netprotocol, TransportFactory factory, AsyncGroup asyncGroup, SSLContext sslContext, InetSocketAddress clientAddress, Collection<InetSocketAddress> addresses, TransportStrategy strategy)已过时。Transport(String name, TransportFactory factory, AsyncGroup asyncGroup, SSLContext sslContext, InetSocketAddress clientAddress, Collection<InetSocketAddress> addresses, TransportStrategy strategy)已过时。TransportFactory(AsyncGroup asyncGroup, SSLContext sslContext, String netprotocol, int readTimeoutSeconds, int writeTimeoutSeconds, TransportStrategy strategy)已过时。
-