init(shouldForwardIOErrorCaught:backoffProvider:)

    Create a new instance

    ChannelHandlers.swift:50
    init(shouldForwardIOErrorCaught: Bool, backoffProvider: @escaping (IOError) -> TimeAmount? = AcceptBackoffHandler.defaultBackoffProvider)

    Parameters

    shouldForwardIOErrorCaught

    A boolean indicating if a caught IOError should be forwarded.

    backoffProvider

    returns a TimeAmount which will be the amount of time to wait before attempting another read.

    Other members in extension

    Typealiases

    Type members

    Instance members