Interface TcpTimeout.Builder

    • Method Detail

      • idle

        TcpTimeout.Builder idle​(Duration idle)

        An object that represents an idle timeout. An idle timeout bounds the amount of time that a connection may be idle. The default value is none.

        Parameters:
        idle - An object that represents an idle timeout. An idle timeout bounds the amount of time that a connection may be idle. The default value is none.
        Returns:
        Returns a reference to this object so that method calls can be chained together.