Class TcpKeepAliveConfiguration

    • Method Detail

      • keepAliveInterval

        public Duration keepAliveInterval()
        Returns:
        number of seconds between TCP keepalive packets being sent to the peer
      • keepAliveTimeout

        public Duration keepAliveTimeout()
        Returns:
        number of seconds to wait for a keepalive response before considering the connection timed out
      • keepAliveProbes

        public Integer keepAliveProbes()
        Returns:
        number of keepalive probes allowed to fail before the connection is considered lost.