模块 org.redkale
程序包 org.redkale.net

接口 TransportStrategy


  • @Deprecated(since="2.8.0")
    public interface TransportStrategy
    已过时。
    被net.client模块代替

    详情见: https://redkale.org

    作者:
    zhangjx
    • 方法详细资料

      • offerConnection

        default boolean offerConnection​(boolean forceClose,
                                        AsyncConnection conn)
        已过时。
        回收AsyncConnection,返回false表示使用Transport默认的回收实现, 返回true表示自定义回收实现
        参数:
        forceClose - 是否强制关闭
        conn - AsyncConnection
        返回:
        boolean