Interface ConnectionTrackingSpecificationRequest.Builder

  • Method Details

    • tcpEstablishedTimeout

      ConnectionTrackingSpecificationRequest.Builder tcpEstablishedTimeout(Integer tcpEstablishedTimeout)

      Timeout for established TCP connections.

      Parameters:
      tcpEstablishedTimeout - Timeout for established TCP connections.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • udpStreamTimeout

      ConnectionTrackingSpecificationRequest.Builder udpStreamTimeout(Integer udpStreamTimeout)

      Timeout for UDP stream connections.

      Parameters:
      udpStreamTimeout - Timeout for UDP stream connections.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • udpTimeout

      General timeout for UDP connections.

      Parameters:
      udpTimeout - General timeout for UDP connections.
      Returns:
      Returns a reference to this object so that method calls can be chained together.